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 1eabd83a27a..d04a80654ec 100644 --- a/wm/fluxbox/Makefile +++ b/wm/fluxbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/04/22 18:39:18 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2002/08/25 21:51:31 jlam Exp $ # DISTNAME= fluxbox-0.1.8 @@ -9,7 +9,7 @@ MAINTAINER= jmcneill@invisible.yi.org HOMEPAGE= http://fluxbox.sourceforge.net/ COMMENT= Window Manager for X based on Blackbox -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES USE_X11BASE= YES GNU_CONFIGURE= YES @@ -21,5 +21,4 @@ GCC_VERSION!= gcc --version .include "../../lang/gcc/Makefile.gcc" .endif -.include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk" |