diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2019-01-14 14:12:47 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2019-01-14 14:12:47 +0000 |
commit | 59d02da15465b20fe6daca26d9661f9a71d45ff6 (patch) | |
tree | 3e7168f6f436d34b165cf619777fbf0cd0fe47d1 /sysutils/xfce4-battery-plugin/Makefile | |
parent | 2e3378cde0235eabce98326282691c9604bab53f (diff) | |
download | ports-59d02da15465b20fe6daca26d9661f9a71d45ff6.tar.gz ports-59d02da15465b20fe6daca26d9661f9a71d45ff6.zip |
Notes
Diffstat (limited to 'sysutils/xfce4-battery-plugin/Makefile')
-rw-r--r-- | sysutils/xfce4-battery-plugin/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/sysutils/xfce4-battery-plugin/Makefile b/sysutils/xfce4-battery-plugin/Makefile index 3e976feb414c..3986b17d3c64 100644 --- a/sysutils/xfce4-battery-plugin/Makefile +++ b/sysutils/xfce4-battery-plugin/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-battery-plugin -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -14,13 +14,15 @@ LICENSE= GPLv2 ONLY_FOR_ARCHS= amd64 i386 -SSP_UNSAFE= yes -USES= alias gettext-tools gmake libtool pkgconfig tar:bzip2 xfce:gtk3 -GNU_CONFIGURE= yes +USES= alias gettext-tools gmake gnome libtool pkgconfig \ + tar:bzip2 xfce:gtk3 USE_GNOME= gtk30 glib20 intltool cairo USE_XFCE= panel -INSTALLS_ICONS= yes USE_LDCONFIG= yes + +SSP_UNSAFE= yes +GNU_CONFIGURE= yes +INSTALLS_ICONS= yes INSTALL_TARGET= install-strip OPTIONS_DEFINE= NLS |