aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-05-08 18:12:41 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-05-08 18:12:41 +0000
commit68f6e6f07459296c8e012c4be96edf169c219e15 (patch)
treee8762cc6a21588e7d60091bb0c8d62b588d400fb /dns
parente14b9989fc31b60d3be3aa1a0fb8f0315f018591 (diff)
downloadports-68f6e6f07459296c8e012c4be96edf169c219e15.tar.gz
ports-68f6e6f07459296c8e012c4be96edf169c219e15.zip
- Allow gcc 3.2+ on FreeBSD 4.X
PR: ports/96894 Submitted by: Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
Notes
Notes: svn path=/head/; revision=161737
Diffstat (limited to 'dns')
-rw-r--r--dns/firedns/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/firedns/Makefile b/dns/firedns/Makefile
index 834b80e35cd9..c6b440bf23f6 100644
--- a/dns/firedns/Makefile
+++ b/dns/firedns/Makefile
@@ -24,7 +24,7 @@ INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
-USE_GCC= 3.2
+USE_GCC= 3.2+
.endif
WRKSRC= ${WRKDIR}/${PORTNAME}