summaryrefslogtreecommitdiff
path: root/wm/fluxbox
diff options
context:
space:
mode:
authorjmcneill <jmcneill>2005-03-30 11:59:10 +0000
committerjmcneill <jmcneill>2005-03-30 11:59:10 +0000
commitd40dd8e7740475ad7e643f5b11e82fcd5d4709a8 (patch)
tree966e7a29becfb520c1490a52e42a702c4253ba59 /wm/fluxbox
parentec278176a90d3fd5847008b31218c0076f56f4e1 (diff)
downloadpkgsrc-d40dd8e7740475ad7e643f5b11e82fcd5d4709a8.tar.gz
GNOME and KDE support in fluxbox don't depend on the GNOME and KDE libraries.
Remove the dependencies for libgnome and kdelibs.
Diffstat (limited to 'wm/fluxbox')
-rw-r--r--wm/fluxbox/options.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/wm/fluxbox/options.mk b/wm/fluxbox/options.mk
index ea4f1e9cc08..5eba21b7ea7 100644
--- a/wm/fluxbox/options.mk
+++ b/wm/fluxbox/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2005/03/24 15:00:40 jmcneill Exp $
+# $NetBSD: options.mk,v 1.2 2005/03/30 11:59:10 jmcneill Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.fluxbox
PKG_SUPPORTED_OPTIONS= gnome kde imlib2 xft
@@ -7,14 +7,12 @@ PKG_SUPPORTED_OPTIONS= gnome kde imlib2 xft
.if !empty(PKG_OPTIONS:Mgnome)
CONFIGURE_ARGS+= --enable-gnome
-.include "../../devel/libgnome/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-gnome
.endif
.if !empty(PKG_OPTIONS:Mkde)
CONFIGURE_ARGS+= --enable-kde
-.include "../../x11/kdelibs3/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-kde
.endif