diff options
author | arved <arved@FreeBSD.org> | 2003-05-10 23:25:00 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-05-10 23:25:00 +0800 |
commit | 8d64b81880ded399347838b8973609f9b6f2020c (patch) | |
tree | 180a4981bcf9a42c1574644174679d066d205e7b /x11-wm/fluxconf | |
parent | f671c783aacb42c9623e5d637e16bc4220d56271 (diff) | |
download | freebsd-ports-gnome-8d64b81880ded399347838b8973609f9b6f2020c.tar.gz freebsd-ports-gnome-8d64b81880ded399347838b8973609f9b6f2020c.tar.zst freebsd-ports-gnome-8d64b81880ded399347838b8973609f9b6f2020c.zip |
Unbreak by depending on gtk20
Approved by: maintainer
Diffstat (limited to 'x11-wm/fluxconf')
-rw-r--r-- | x11-wm/fluxconf/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-wm/fluxconf/Makefile b/x11-wm/fluxconf/Makefile index 53714bedcbb2..ab5419a0db76 100644 --- a/x11-wm/fluxconf/Makefile +++ b/x11-wm/fluxconf/Makefile @@ -13,10 +13,8 @@ MASTER_SITES= http://devaux.fabien.free.fr/flux/ MAINTAINER= hendrik@scholz.net COMMENT= Fluxconf is a configuration program for the fluxbox window manager -BROKEN= "Does not link" - USE_X_PREFIX= yes -USE_GNOME= gtk12 +USE_GNOME= gtk20 GNU_CONFIGURE= yes .include <bsd.port.mk> |