From a155d8175292db32ee02557aeb9bc8b112170911 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Wed, 6 Mar 2013 23:31:58 +0000 Subject: Remove compatibility with FreeBSD 7.X While here pet Makefile headers. --- astro/boinc-astropulse/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'astro') 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 # 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 -- cgit v1.2.3