mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
Some cleanups:
- properly use bsd.port.options.mk - remove empty OPTIONS_DEFAULT - no need to support FreeBSD 9.0 anymore, 9.1 is used for cluster builds Feature safe: yes
This commit is contained in:
parent
76be17ce0f
commit
25748307fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315829
1 changed files with 2 additions and 9 deletions
|
@ -38,16 +38,9 @@ BOINC_CLIENT_GROUP?= nobody
|
|||
BOINC_CLIENT_HOME?= /var/db/boinc
|
||||
|
||||
OPTIONS_DEFINE= X11
|
||||
|
||||
X11_DESC= Build screensaver (requires net/boinc-client with X11)
|
||||
|
||||
OPTIONS_DEFAULT=
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
# stolen and adapted from bsd.port.mk
|
||||
.if ${OSVERSION} >= 900000 && ${OSVERSION} < 900012
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/bin/xz:${PORTSDIR}/archivers/xz
|
||||
.endif
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MX11}
|
||||
LIB_DEPENDS+= jpeg:${PORTSDIR}/graphics/jpeg \
|
||||
|
@ -106,4 +99,4 @@ post-install:
|
|||
@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue