svn commit: r315829 - head/astro/boinc-astropulse
Rene Ladan
rene at FreeBSD.org
Tue Apr 16 15:53:33 UTC 2013
Author: rene
Date: Tue Apr 16 15:53:32 2013
New Revision: 315829
URL: http://svnweb.freebsd.org/changeset/ports/315829
Log:
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
Modified:
head/astro/boinc-astropulse/Makefile
Modified: head/astro/boinc-astropulse/Makefile
==============================================================================
--- head/astro/boinc-astropulse/Makefile Tue Apr 16 15:46:00 2013 (r315828)
+++ head/astro/boinc-astropulse/Makefile Tue Apr 16 15:53:32 2013 (r315829)
@@ -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>
More information about the svn-ports-head
mailing list