diff options
author | rene <rene@FreeBSD.org> | 2012-01-22 02:59:47 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2012-01-22 02:59:47 +0800 |
commit | a2e1c90850427bb636f27d3ae70cfd88c62f3436 (patch) | |
tree | 8bd22723483d598e0d9e596dd901a41ff43ba3e2 /x11 | |
parent | e580825ab8c19b079fd3e600b4b3028b31acbcb1 (diff) | |
download | freebsd-ports-gnome-a2e1c90850427bb636f27d3ae70cfd88c62f3436.tar.gz freebsd-ports-gnome-a2e1c90850427bb636f27d3ae70cfd88c62f3436.tar.zst freebsd-ports-gnome-a2e1c90850427bb636f27d3ae70cfd88c62f3436.zip |
Fix build by adding dependency on libxfce4gui
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> |