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