diff options
author | kris <kris@FreeBSD.org> | 2004-09-30 13:32:00 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-30 13:32:00 +0800 |
commit | 4464a92d6c75d67107d80a3d0fad01ec898c7788 (patch) | |
tree | ed0be373c8aa46f552be1016de2403c814f39ddb /sysutils | |
parent | ca3675066354ff78b8e332e7379b3a9e82b633c6 (diff) | |
download | freebsd-ports-gnome-4464a92d6c75d67107d80a3d0fad01ec898c7788.tar.gz freebsd-ports-gnome-4464a92d6c75d67107d80a3d0fad01ec898c7788.tar.zst freebsd-ports-gnome-4464a92d6c75d67107d80a3d0fad01ec898c7788.zip |
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ntfsprogs/Makefile | 2 | ||||
-rw-r--r-- | sysutils/xfce4-cpugraph-plugin/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/ntfsprogs/Makefile b/sysutils/ntfsprogs/Makefile index d78388cf6851..92fbede8dbf8 100644 --- a/sysutils/ntfsprogs/Makefile +++ b/sysutils/ntfsprogs/Makefile @@ -15,7 +15,7 @@ MAINTAINER= flz@xbsd.org COMMENT= Utilities and library to manipulate NTFS partitions GNU_CONFIGURE= yes -USE_GCC= 3.3 +USE_GCC= 3.4 USE_REINPLACE= yes USE_GETOPT_LONG= yes INSTALLS_SHLIB= yes diff --git a/sysutils/xfce4-cpugraph-plugin/Makefile b/sysutils/xfce4-cpugraph-plugin/Makefile index db5b468248b7..37b6733da6d1 100644 --- a/sysutils/xfce4-cpugraph-plugin/Makefile +++ b/sysutils/xfce4-cpugraph-plugin/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ startup-notification-1.0:${PORTSDIR}/x11/startup-notification RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel -USE_GCC= 3.3 +USE_GCC= 3.4 USE_GNOME= gtk20 libxml2 USE_X_PREFIX= yes USE_INC_LIBTOOL_VER=15 |