diff options
author | kris <kris@FreeBSD.org> | 2004-09-30 05:32:00 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-30 05:32:00 +0000 |
commit | 4464a92d6c75d67107d80a3d0fad01ec898c7788 (patch) | |
tree | ed0be373c8aa46f552be1016de2403c814f39ddb /cad | |
parent | ca3675066354ff78b8e332e7379b3a9e82b633c6 (diff) | |
download | FreeBSD-ports-4464a92d6c75d67107d80a3d0fad01ec898c7788.zip FreeBSD-ports-4464a92d6c75d67107d80a3d0fad01ec898c7788.tar.gz |
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr
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 c972714..9f1813c 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 5fbdc25..d053ca0 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 |