summaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-03-06 23:31:58 +0000
committerRene Ladan <rene@FreeBSD.org>2013-03-06 23:31:58 +0000
commita155d8175292db32ee02557aeb9bc8b112170911 (patch)
tree4e326b2ee8a1ef3baec9eddec5f964cb80a2be9a /astro
parent- Fix a typo (diff)
Remove compatibility with FreeBSD 7.X
While here pet Makefile headers.
Notes
Notes: svn path=/head/; revision=313558
Diffstat (limited to 'astro')
-rw-r--r--astro/boinc-astropulse/Makefile4
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