diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-08 18:12:41 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-08 18:12:41 +0000 |
commit | 68f6e6f07459296c8e012c4be96edf169c219e15 (patch) | |
tree | e8762cc6a21588e7d60091bb0c8d62b588d400fb /dns/firedns | |
parent | e14b9989fc31b60d3be3aa1a0fb8f0315f018591 (diff) |
- 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/firedns')
-rw-r--r-- | dns/firedns/Makefile | 2 |
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} |