aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gnome-system-monitor/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-26 00:02:52 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-26 00:02:52 +0000
commit877027a8795ab003842032694d1ded4305becc17 (patch)
tree88dfa7eb2c1754d896bb9b3f28bd2436731c4491 /sysutils/gnome-system-monitor/Makefile
parent3a394cc05310f4260033c110cdaa9ef277b0c4f0 (diff)
downloadports-877027a8795ab003842032694d1ded4305becc17.tar.gz
ports-877027a8795ab003842032694d1ded4305becc17.zip
Support stage
Notes
Notes: svn path=/head/; revision=352185
Diffstat (limited to 'sysutils/gnome-system-monitor/Makefile')
-rw-r--r--sysutils/gnome-system-monitor/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/sysutils/gnome-system-monitor/Makefile b/sysutils/gnome-system-monitor/Makefile
index b9dd93d9bcd1..8e54e124c552 100644
--- a/sysutils/gnome-system-monitor/Makefile
+++ b/sysutils/gnome-system-monitor/Makefile
@@ -13,24 +13,21 @@ 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 \
- gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
+LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop \
+ libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
CONFLICTS= gnome-system-monitor-3.[0-9]*
-USE_BZIP2= yes
-USES= gettext gmake pkgconfig
+USES= gettext gmake pkgconfig tar:bzip2
INSTALLS_OMF= yes
-USE_GNOME= gnomeprefix intlhack gnomehack libwnck gnomevfs2 gnomedocutils \
- librsvg2
+USE_GNOME= gnomeprefix intlhack libwnck gnomevfs2 gnomedocutils librsvg2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lutil
GCONF_SCHEMAS= gnome-system-monitor.schemas
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|<glib/gtypes.h>|<glib.h>|g' \
-e 's|<glib/gmacros.h>|<glib.h>|g' \