diff options
-rw-r--r-- | misc/firestring/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/firestring/Makefile b/misc/firestring/Makefile index bd81653cd6e..c76c778deb3 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} |