diff options
author | rene <rene@FreeBSD.org> | 2013-03-07 07:31:58 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-03-07 07:31:58 +0800 |
commit | 49f67f0f61db6ce04ad97be8c96b8ca1bdb70943 (patch) | |
tree | 4e326b2ee8a1ef3baec9eddec5f964cb80a2be9a /astro | |
parent | 900561406da2b987c1599c609e3380c5a74f64aa (diff) | |
download | freebsd-ports-gnome-49f67f0f61db6ce04ad97be8c96b8ca1bdb70943.tar.gz freebsd-ports-gnome-49f67f0f61db6ce04ad97be8c96b8ca1bdb70943.tar.zst freebsd-ports-gnome-49f67f0f61db6ce04ad97be8c96b8ca1bdb70943.zip |
Remove compatibility with FreeBSD 7.X
While here pet Makefile headers.
Diffstat (limited to 'astro')
-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 |