From 25748307fe638b31fcc8f2253fe9ce6232d08f6c Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Tue, 16 Apr 2013 15:53:32 +0000 Subject: [PATCH] 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 --- astro/boinc-astropulse/Makefile | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/astro/boinc-astropulse/Makefile b/astro/boinc-astropulse/Makefile index c8f6082b6f06..a1c76fd87141 100644 --- a/astro/boinc-astropulse/Makefile +++ b/astro/boinc-astropulse/Makefile @@ -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 -# stolen and adapted from bsd.port.mk -.if ${OSVERSION} >= 900000 && ${OSVERSION} < 900012 -BUILD_DEPENDS+= ${LOCALBASE}/bin/xz:${PORTSDIR}/archivers/xz -.endif +.include .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 +.include