diff options
Diffstat (limited to 'x11-wm/xfce4-panel/Makefile')
-rw-r--r-- | x11-wm/xfce4-panel/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-wm/xfce4-panel/Makefile b/x11-wm/xfce4-panel/Makefile index 3dea4e9ee4d7..0c524e6436fd 100644 --- a/x11-wm/xfce4-panel/Makefile +++ b/x11-wm/xfce4-panel/Makefile @@ -1,6 +1,5 @@ # Created by: James Earl <jdearl@telus.net> # $FreeBSD$ -# PORTNAME= xfce4-panel PORTVERSION= 4.10.0 @@ -16,7 +15,7 @@ LIB_DEPENDS= wnck-1:${PORTSDIR}/x11-toolkits/libwnck \ cairo:${PORTSDIR}/graphics/cairo \ dbus-glib-1:${PORTSDIR}/devel/dbus-glib -USES= pathfix +USES= pathfix pkgconfig GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes @@ -26,7 +25,6 @@ USE_LDCONFIG= yes USE_PERL5= yes USE_XFCE= configenv garcon libexo libmenu libutil xfconf USE_XORG= x11 sm -USE_PKGCONFIG= build CONFIGURE_ARGS+=--enable-gio-unix \ --disable-gtk-doc-html |