aboutsummaryrefslogtreecommitdiff
path: root/x11/xfce4-quicklauncher-plugin
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 /x11/xfce4-quicklauncher-plugin
parentec5f7eb8bb72b6cf44e7b35905514df560d5f22b (diff)
downloadports-41ff4e536e680bc94d0949bc7708ddfe6f5646a7.tar.gz
ports-41ff4e536e680bc94d0949bc7708ddfe6f5646a7.zip
Notes
Diffstat (limited to 'x11/xfce4-quicklauncher-plugin')
-rw-r--r--x11/xfce4-quicklauncher-plugin/Makefile13
1 files changed, 9 insertions, 4 deletions
diff --git a/x11/xfce4-quicklauncher-plugin/Makefile b/x11/xfce4-quicklauncher-plugin/Makefile
index c98af71f546e..b0719ac558ef 100644
--- a/x11/xfce4-quicklauncher-plugin/Makefile
+++ b/x11/xfce4-quicklauncher-plugin/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xfce4-quicklauncher-plugin
PORTVERSION= 1.9.4
-PORTREVISION= 17
+PORTREVISION= 18
CATEGORIES= x11 xfce
MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
@@ -13,10 +13,15 @@ COMMENT= Quicklauncher plugin for Xfce
LICENSE= GPLv2
+LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
+ libfreetype.so:print/freetype2
+
+USES= gettext gmake gnome libtool pkgconfig tar:bzip2 xfce
+USE_GNOME= cairo gdkpixbuf2 gtk20 intlhack intltool
+USE_XFCE= libgui panel
+
SSP_UNSAFE= yes
GNU_CONFIGURE= yes
-USES= gettext gmake libtool pkgconfig xfce tar:bzip2
-USE_GNOME= gtk20 intltool intlhack
-USE_XFCE= libgui panel
+INSTALL_TARGET= install-strip
.include <bsd.port.mk>