aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2016-08-08 20:10:56 +0800
committerehaupt <ehaupt@FreeBSD.org>2016-08-08 20:10:56 +0800
commitce0071258fc1725733998f9a0b69a23c6497d892 (patch)
treeb03159261e5f2a47765792a11598996abed69f79
parentc66927d59971762f3b8bf8afc2442211b2601db1 (diff)
downloadfreebsd-ports-gnome-ce0071258fc1725733998f9a0b69a23c6497d892.tar.gz
freebsd-ports-gnome-ce0071258fc1725733998f9a0b69a23c6497d892.tar.zst
freebsd-ports-gnome-ce0071258fc1725733998f9a0b69a23c6497d892.zip
Register missing LIB_DEPENDS, USES, USE_GNOME
-rw-r--r--deskutils/xfce4-generic-slider/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/deskutils/xfce4-generic-slider/Makefile b/deskutils/xfce4-generic-slider/Makefile
index ae2dd454a79e..a303dcc256e7 100644
--- a/deskutils/xfce4-generic-slider/Makefile
+++ b/deskutils/xfce4-generic-slider/Makefile
@@ -12,8 +12,12 @@ COMMENT= Slider plugin to adjust and/or monitor any numeric variable
LICENSE= GPLv3
-USES= pkgconfig xfce
-USE_XFCE= panel libgui
+LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
+ libfreetype.so:print/freetype2
+
+USES= gettext-runtime pkgconfig xfce
+USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 pango
+USE_XFCE= libgui panel
CFLAGS+= `pkg-config --cflags libxfce4panel-1.0 libxfcegui4-1.0`
LDFLAGS+= `pkg-config --libs libxfce4panel-1.0 libxfcegui4-1.0`