diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-05-10 15:25:00 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-05-10 15:25:00 +0000 |
commit | c7bda3a76963a9d949cade64b691875cace420ff (patch) | |
tree | 3359db23b81c787671c3f0e9fbcdb1ed30a20914 | |
parent | de0d41fa6c7823538d1874ea47e679df79c03804 (diff) | |
download | freebsd-ports-c7bda3a76963a9d949cade64b691875cace420ff.zip |
Unbreak by depending on gtk20
Approved by: maintainer
-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> |