diff options
Diffstat (limited to 'wm/fluxbox/Makefile')
-rw-r--r-- | wm/fluxbox/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/wm/fluxbox/Makefile b/wm/fluxbox/Makefile index f5f8ee0ce61..bdf2e5d2386 100644 --- a/wm/fluxbox/Makefile +++ b/wm/fluxbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/05/17 05:41:11 salo Exp $ +# $NetBSD: Makefile,v 1.10 2003/05/29 23:14:10 grant Exp $ # DISTNAME= fluxbox-0.1.14 @@ -15,12 +15,11 @@ DEPENDS= bsetroot>=0.1nb1:../../wm/bsetroot USE_BUILDLINK2= YES USE_X11= YES -USE_CXX= YES +USE_GCC_SHLIB= YES GNU_CONFIGURE= YES CONFIGURE_ARGS= --enable-kde .include "../../fonts/Xft2/buildlink2.mk" -.include "../../lang/gcc/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |