diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-03-06 23:31:58 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-03-06 23:31:58 +0000 |
commit | a155d8175292db32ee02557aeb9bc8b112170911 (patch) | |
tree | 4e326b2ee8a1ef3baec9eddec5f964cb80a2be9a /astro/boinc-astropulse | |
parent | 2bce83c6422c81a1cebfcbea88e925407f37bd82 (diff) | |
download | ports-a155d8175292db32ee02557aeb9bc8b112170911.tar.gz ports-a155d8175292db32ee02557aeb9bc8b112170911.zip |
Notes
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 |