diff options
Diffstat (limited to 'astro/boinc-astropulse')
-rw-r--r-- | astro/boinc-astropulse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/boinc-astropulse/Makefile b/astro/boinc-astropulse/Makefile index b054e12eb1a2..c8f6082b6f06 100644 --- a/astro/boinc-astropulse/Makefile +++ b/astro/boinc-astropulse/Makefile @@ -1,4 +1,4 @@ -# Created by: rene +# Created by: rene # $FreeBSD$ PORTNAME= boinc-astropulse @@ -45,7 +45,7 @@ OPTIONS_DEFAULT= .include <bsd.port.pre.mk> # stolen and adapted from bsd.port.mk -.if (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) || ${OSVERSION} < 800505 +.if ${OSVERSION} >= 900000 && ${OSVERSION} < 900012 BUILD_DEPENDS+= ${LOCALBASE}/bin/xz:${PORTSDIR}/archivers/xz .endif |