diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-26 00:02:52 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-26 00:02:52 +0000 |
commit | 877027a8795ab003842032694d1ded4305becc17 (patch) | |
tree | 88dfa7eb2c1754d896bb9b3f28bd2436731c4491 /sysutils/gnome-system-monitor/Makefile | |
parent | 3a394cc05310f4260033c110cdaa9ef277b0c4f0 (diff) | |
download | ports-877027a8795ab003842032694d1ded4305becc17.tar.gz ports-877027a8795ab003842032694d1ded4305becc17.zip |
Notes
Diffstat (limited to 'sysutils/gnome-system-monitor/Makefile')
-rw-r--r-- | sysutils/gnome-system-monitor/Makefile | 11 |
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' \ |