diff options
author | Rene Ladan <rene@FreeBSD.org> | 2012-01-21 18:59:47 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2012-01-21 18:59:47 +0000 |
commit | 729beee5950da2c3097fb62e6bff6f3e25a4ddb0 (patch) | |
tree | 4c332f99155e9112beb57a03ac8fb9ea615ffe92 /x11 | |
parent | 7349ebe58e0cf5149d626910a57ec4341b2ec19c (diff) | |
download | ports-729beee5950da2c3097fb62e6bff6f3e25a4ddb0.tar.gz ports-729beee5950da2c3097fb62e6bff6f3e25a4ddb0.zip |
Fix build by adding dependency on libxfce4gui
Notes
Notes:
svn path=/head/; revision=289569
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfce4-quicklauncher-plugin/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/xfce4-quicklauncher-plugin/Makefile b/x11/xfce4-quicklauncher-plugin/Makefile index 56340c0bb1fa..2c8b75b80314 100644 --- a/x11/xfce4-quicklauncher-plugin/Makefile +++ b/x11/xfce4-quicklauncher-plugin/Makefile @@ -16,13 +16,11 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Quicklauncher plugin for Xfce -BROKEN= does not configure - GNU_CONFIGURE= yes USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gtk20 intltool intlhack pkgconfig -USE_XFCE= configenv panel +USE_XFCE= configenv libgui panel .include <bsd.port.mk> |