diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-18 21:05:53 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-18 21:05:53 +0000 |
commit | 5c0834bd1bc5660b5c11f55977b2ab5f3e747e59 (patch) | |
tree | 9852518a2e2f6eb1e7a6f38029c2282c7d12abea /sysutils/mate-system-monitor | |
parent | ede8070bcdee4ce278e9c2ff2ec2bdc51ecd27b9 (diff) |
Notes
Diffstat (limited to 'sysutils/mate-system-monitor')
-rw-r--r-- | sysutils/mate-system-monitor/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/mate-system-monitor/Makefile b/sysutils/mate-system-monitor/Makefile index 1e409dd86b8a..f294ad9eed19 100644 --- a/sysutils/mate-system-monitor/Makefile +++ b/sysutils/mate-system-monitor/Makefile @@ -3,7 +3,7 @@ PORTNAME= mate-system-monitor PORTVERSION= 1.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -16,12 +16,11 @@ LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop \ PORTSCOUT= limitw:1,even -USES= gettext gmake pathfix pkgconfig -USE_XZ= yes +USES= gettext gmake libtool pathfix pkgconfig tar:xz USE_MATE= docutils icontheme libmatewnck USE_GNOME= glib20 gnomehier gtk20 librsvg2 intlhack libxml2 gtkmm24 INSTALLS_OMF= yes -USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtoolize:env GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-lutil" CPPFLAGS+= -I${LOCALBASE}/include |