summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-02-13 01:49:11 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-02-13 01:49:11 +0800
commit572f32465c887917185d09fba5a7408ef5f305d0 (patch)
tree02457ce4a47e046ec115766cfac98ac700edda47 /sysutils
parent67a0a597f5c272feeeb502389b165fb6214c3dac (diff)
downloadmarcuscom-ports-572f32465c887917185d09fba5a7408ef5f305d0.tar
marcuscom-ports-572f32465c887917185d09fba5a7408ef5f305d0.tar.gz
marcuscom-ports-572f32465c887917185d09fba5a7408ef5f305d0.tar.bz2
marcuscom-ports-572f32465c887917185d09fba5a7408ef5f305d0.tar.lz
marcuscom-ports-572f32465c887917185d09fba5a7408ef5f305d0.tar.xz
marcuscom-ports-572f32465c887917185d09fba5a7408ef5f305d0.tar.zst
marcuscom-ports-572f32465c887917185d09fba5a7408ef5f305d0.zip
In the changelog said:
* No longer depends ton libgnome. Fix the dependency by change from libgnome to gnome-vfs and gnome-icon-theme, bump the PORTREVISION. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8302 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gnome-system-monitor/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/sysutils/gnome-system-monitor/Makefile b/sysutils/gnome-system-monitor/Makefile
index 8a7aa95c3..76688f6dd 100644
--- a/sysutils/gnome-system-monitor/Makefile
+++ b/sysutils/gnome-system-monitor/Makefile
@@ -3,11 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/sysutils/gnome-system-monitor/Makefile,v 1.85 2007/01/29 02:30:11 marcus Exp $
+# $MCom: ports/sysutils/gnome-system-monitor/Makefile,v 1.86 2007/02/12 16:43:06 ahze Exp $
#
PORTNAME= gnome-system-monitor
PORTVERSION= 2.17.91
+PORTREVISION= 1
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-system-monitor/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -17,15 +18,17 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME 2 system monitor program
+BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \
pcre.0:${PORTSDIR}/devel/pcre
+RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
USE_BZIP2= yes
USE_GETTEXT= yes
USE_XLIB= yes
INSTALLS_OMF= yes
USE_GMAKE= yes
-USE_GNOME= gnomeprefix intlhack gnomehack libwnck libgnome
+USE_GNOME= gnomeprefix intlhack gnomehack libwnck gnomevfs2
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lutil"