diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 08:41:11 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 08:41:11 +0800 |
commit | 08401ab584679ba575474618aea9ae870cf34d1a (patch) | |
tree | 89d01ce199123abe4719175bfd08a04f821a557e /dns/firedns | |
parent | ab5645fbd297bdc50871bb1ce38ca93beddae3c4 (diff) | |
download | freebsd-ports-gnome-08401ab584679ba575474618aea9ae870cf34d1a.tar.gz freebsd-ports-gnome-08401ab584679ba575474618aea9ae870cf34d1a.tar.zst freebsd-ports-gnome-08401ab584679ba575474618aea9ae870cf34d1a.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'dns/firedns')
-rw-r--r-- | dns/firedns/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/dns/firedns/Makefile b/dns/firedns/Makefile index c6b440bf23f6..035fe007c0f8 100644 --- a/dns/firedns/Makefile +++ b/dns/firedns/Makefile @@ -21,12 +21,6 @@ USE_BZIP2= yes HAS_CONFIGURE= yes INSTALLS_SHLIB= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -USE_GCC= 3.2+ -.endif - WRKSRC= ${WRKDIR}/${PORTNAME} MAN1= fdnscname.1 fdnsip.1 fdnsip6.1 fdnsip6list.1 fdnsiplist.1 fdnsmx.1 \ @@ -50,4 +44,4 @@ MAN3= firedns_aton4.3 firedns_aton6.3 firedns_dnsbl_lookup.3 \ pre-configure: @-${RM} ${WRKSRC}/firemake/*.orig -.include <bsd.port.post.mk> +.include <bsd.port.mk> |