summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-30 05:32:00 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-30 05:32:00 +0000
commit84e8d56ed577ec6d4c26d3516f6d5166ea82df38 (patch)
treea735e216f67b481bd076550c5a932cfb731fbdbc /sysutils
parent* Support USE_GCC=3.[34] properly, and allow newer 5.x systems to (diff)
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/Makefile2
-rw-r--r--sysutils/xfce4-cpugraph-plugin/Makefile2
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