diff options
author | gerald <gerald@FreeBSD.org> | 2005-05-28 18:50:29 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2005-05-28 18:50:29 +0800 |
commit | 84791163414f9572c6c064157a309abdc877a6ef (patch) | |
tree | eadb62f58b7ce2c5c5a0948c9f807edd5ca41503 /misc/firestring | |
parent | 9e3a3ae1f7004f70974c3923d2618126bce81065 (diff) | |
download | freebsd-ports-gnome-84791163414f9572c6c064157a309abdc877a6ef.tar.gz freebsd-ports-gnome-84791163414f9572c6c064157a309abdc877a6ef.tar.zst freebsd-ports-gnome-84791163414f9572c6c064157a309abdc877a6ef.zip |
Depend on GCC 3.4 or later instead of GCC 3.2 and simplify the respective
rules.
Approved by: maintainer timeout
Diffstat (limited to 'misc/firestring')
-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 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} |