diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-30 05:32:00 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-30 05:32:00 +0000 |
commit | 84e8d56ed577ec6d4c26d3516f6d5166ea82df38 (patch) | |
tree | a735e216f67b481bd076550c5a932cfb731fbdbc /cad | |
parent | 7f1f3ccd34d630b6ecadba06486cbbf580ff554e (diff) |
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=118503
Diffstat (limited to 'cad')
-rw-r--r-- | cad/gtkwave/Makefile | 2 | ||||
-rw-r--r-- | cad/netgen/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cad/gtkwave/Makefile b/cad/gtkwave/Makefile index c972714272dc..9f1813c3cf85 100644 --- a/cad/gtkwave/Makefile +++ b/cad/gtkwave/Makefile @@ -31,7 +31,7 @@ LDCONFIG_DIRS= ${PREFIX}/lib/gtkwave .include <bsd.port.pre.mk> .if ( ${OSVERSION} < 500000 ) -USE_GCC= 3.3 +USE_GCC= 3.4 .endif DOCS= doc/*.html doc/*.png doc/*.ps diff --git a/cad/netgen/Makefile b/cad/netgen/Makefile index 5fbdc25f4a09..d053ca0dc7d4 100644 --- a/cad/netgen/Makefile +++ b/cad/netgen/Makefile @@ -16,7 +16,7 @@ COMMENT= An automatic 3D tetrahedral mesh generator LIB_DEPENDS= tix8184:${PORTSDIR}/x11-toolkits/tix -USE_GCC= 3.3 +USE_GCC= 3.4 USE_GMAKE= yes USE_GL= yes USE_REINPLACE= yes |