diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-06-11 02:42:17 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-06-11 02:42:17 +0800 |
commit | bfd456795e8f9ec0d3c8eb9ffce2e1bef4e9ad41 (patch) | |
tree | c3d023af2247eceaf459cc412c7af85728bc5eec /sysutils | |
parent | 697354a082f1e90a3298873bfd1a66ae1b088132 (diff) | |
download | marcuscom-ports-bfd456795e8f9ec0d3c8eb9ffce2e1bef4e9ad41.tar marcuscom-ports-bfd456795e8f9ec0d3c8eb9ffce2e1bef4e9ad41.tar.gz marcuscom-ports-bfd456795e8f9ec0d3c8eb9ffce2e1bef4e9ad41.tar.bz2 marcuscom-ports-bfd456795e8f9ec0d3c8eb9ffce2e1bef4e9ad41.tar.lz marcuscom-ports-bfd456795e8f9ec0d3c8eb9ffce2e1bef4e9ad41.tar.xz marcuscom-ports-bfd456795e8f9ec0d3c8eb9ffce2e1bef4e9ad41.tar.zst marcuscom-ports-bfd456795e8f9ec0d3c8eb9ffce2e1bef4e9ad41.zip |
Require GCC 4.0 or higher to build since this port makes use of tr1/memory
whih does not exist in GCC 3.4.6. I have filed #446102 to track this, and
hopefully this change will not be permanent. It will be interesting to see
what happens when gtkmm24 is built with GCC 3.4.6 and g-s-m is built with
GCC 4.x.
Reported by: mezz
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9016 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gnome-system-monitor/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/gnome-system-monitor/Makefile b/sysutils/gnome-system-monitor/Makefile index df4e07758..0eb250aaa 100644 --- a/sysutils/gnome-system-monitor/Makefile +++ b/sysutils/gnome-system-monitor/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/gnome-system-monitor/Makefile,v 1.99 2007/05/19 21:36:23 marcus Exp $ +# $MCom: ports/sysutils/gnome-system-monitor/Makefile,v 1.100 2007/06/09 05:30:47 marcus Exp $ # PORTNAME= gnome-system-monitor @@ -26,6 +26,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc USE_BZIP2= yes USE_GETTEXT= yes USE_XLIB= yes +USE_GCC= 4.0+ INSTALLS_OMF= yes USE_GMAKE= yes USE_GNOME= gnomeprefix intlhack gnomehack libwnck gnomevfs2 gnomedocutils |