diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:41:11 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:41:11 +0000 |
commit | ec7c5b0142aeb3539337db2d501d7b5ecf5e7284 (patch) | |
tree | 8468e5b0da1375397af63a69b7076d0b05b24887 /dns/firedns | |
parent | e74f1f2ba2a728af887a83b377b13746054b76e5 (diff) | |
download | ports-ec7c5b0142aeb3539337db2d501d7b5ecf5e7284.tar.gz ports-ec7c5b0142aeb3539337db2d501d7b5ecf5e7284.zip |
Notes
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> |