diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2018-07-31 18:41:30 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2018-07-31 18:41:30 +0000 |
commit | 15dac70c75ad7e5286c80ca05c69fbfc1061905c (patch) | |
tree | 71f4780cd34e184b043831e0db99b92f22e0da0d /sysutils/mate-power-manager | |
parent | e81287c37b3d7ec77e4687a96e63839a01baeb30 (diff) |
Notes
Diffstat (limited to 'sysutils/mate-power-manager')
-rw-r--r-- | sysutils/mate-power-manager/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/mate-power-manager/Makefile b/sysutils/mate-power-manager/Makefile index 2c929c934327..263e167afb5e 100644 --- a/sysutils/mate-power-manager/Makefile +++ b/sysutils/mate-power-manager/Makefile @@ -3,6 +3,7 @@ PORTNAME= mate-power-manager PORTVERSION= 1.20.1 +PORTREVISION= 1 CATEGORIES= sysutils mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -30,7 +31,7 @@ PORTSCOUT= limitw:1,even USES= gettext gmake libtool localbase \ pathfix pkgconfig tar:xz USE_MATE= panel -USE_XORG= x11 xext xproto xrandr xrender +USE_XORG= x11 xext xorgproto xrandr xrender USE_GNOME= cairo glib20 gtk30 intlhack GNU_CONFIGURE= yes INSTALLS_ICONS= yes |