diff options
author | Koop Mast <kwm@FreeBSD.org> | 2017-07-04 11:44:30 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2017-07-04 11:44:30 +0000 |
commit | 0a7668c1332918aa06ca27664ae8c447a553c5fd (patch) | |
tree | 37169f4d6a1ec15a3f96493c65cb713e58dc7aee /sysutils/mate-system-monitor/Makefile | |
parent | 1702ea4d9050cc64965b5766671c067e06c781e2 (diff) | |
download | ports-0a7668c1332918aa06ca27664ae8c447a553c5fd.tar.gz ports-0a7668c1332918aa06ca27664ae8c447a553c5fd.zip |
Notes
Diffstat (limited to 'sysutils/mate-system-monitor/Makefile')
-rw-r--r-- | sysutils/mate-system-monitor/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/sysutils/mate-system-monitor/Makefile b/sysutils/mate-system-monitor/Makefile index f5650a0fe943..a1f5b688d8f9 100644 --- a/sysutils/mate-system-monitor/Makefile +++ b/sysutils/mate-system-monitor/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mate-system-monitor -PORTVERSION= 1.12.1 -PORTREVISION= 1 +PORTVERSION= 1.18.0 CATEGORIES= sysutils mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -17,15 +16,13 @@ LIB_DEPENDS= libgtop-2.0.so:devel/libgtop \ PORTSCOUT= limitw:1,even -USES= alias compiler:c++11-lang gettext gmake pathfix \ - pkgconfig tar:xz +USES= alias compiler:c++11-lib gettext gmake localbase \ + pathfix pkgconfig tar:xz USE_MATE= icontheme -USE_GNOME= gtk20 gtkmm24 intlhack librsvg2 libwnck libxml2 -CONFIGURE_ARGS= --with-gtk=2.0 +USE_GNOME= gtkmm30 intlhack librsvg2 libwnck3 libxml2 GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-systemd CONFIGURE_ENV= LIBS="-lutil" DATADIRNAME="share" -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib GLIB_SCHEMAS= org.mate.system-monitor.enums.xml \ org.mate.system-monitor.gschema.xml |