summaryrefslogtreecommitdiff
path: root/misc/firestring
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2005-05-28 10:50:29 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2005-05-28 10:50:29 +0000
commit095450859019f0f93179e029af0ae22a7bedfc86 (patch)
treeae7aaaa7dfb1091f7135119983c85c87c8dd161c /misc/firestring
parentFix a patch that got mangled on the last update. (diff)
Depend on GCC 3.4 or later instead of GCC 3.2 and simplify the respective
rules. Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=136336
Diffstat (limited to 'misc/firestring')
-rw-r--r--misc/firestring/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/firestring/Makefile b/misc/firestring/Makefile
index bd81653cd6e5..c76c778deb34 100644
--- a/misc/firestring/Makefile
+++ b/misc/firestring/Makefile
@@ -21,9 +21,7 @@ INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-USE_GCC= 3.2
-.endif
+USE_GCC= 3.4+
WRKSRC= ${WRKDIR}/${PORTNAME}