aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xfce4-mount-plugin/Makefile
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2019-01-22 14:44:38 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2019-01-22 14:44:38 +0000
commit41ff4e536e680bc94d0949bc7708ddfe6f5646a7 (patch)
tree0b87a1825693d30844e1b681ab080746ab147896 /sysutils/xfce4-mount-plugin/Makefile
parentec5f7eb8bb72b6cf44e7b35905514df560d5f22b (diff)
downloadports-41ff4e536e680bc94d0949bc7708ddfe6f5646a7.tar.gz
ports-41ff4e536e680bc94d0949bc7708ddfe6f5646a7.zip
Notes
Diffstat (limited to 'sysutils/xfce4-mount-plugin/Makefile')
-rw-r--r--sysutils/xfce4-mount-plugin/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/sysutils/xfce4-mount-plugin/Makefile b/sysutils/xfce4-mount-plugin/Makefile
index 0af725e2e53e..a3995d54e501 100644
--- a/sysutils/xfce4-mount-plugin/Makefile
+++ b/sysutils/xfce4-mount-plugin/Makefile
@@ -15,18 +15,19 @@ LICENSE= GPLv2
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
+USES= gettext-tools gmake gnome libtool pkgconfig tar:bzip2 xfce:gtk3
+USE_GNOME= cairo gtk30 intltool
+USE_LDCONFIG= yes
+USE_XFCE= panel
+
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
-USES= gettext-tools gmake libtool pkgconfig tar:bzip2 xfce:gtk3
-USE_GNOME= gtk30 cairo intltool
-USE_LDCONFIG= yes
-USE_XFCE= panel
-OPTIONS_DEFINE= NLS
-OPTIONS_SUB= yes
+OPTIONS_DEFINE= NLS
+OPTIONS_SUB= yes
-NLS_USES= gettext-runtime
NLS_CONFIGURE_ENABLE= nls
+NLS_USES= gettext-runtime
.include <bsd.port.mk>