diff options
author | jlam <jlam@pkgsrc.org> | 2002-08-25 21:50:52 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-08-25 21:50:52 +0000 |
commit | a020ed9056d4d74e13cd2a99898f3dec09c162b7 (patch) | |
tree | f54fdc39f5381d6b58a06e7e3ed458f63f0e9df2 /wm/fluxbox/Makefile | |
parent | 287b5c5601b23446d25c27bbf0140c8dc4b4391e (diff) | |
download | pkgsrc-a020ed9056d4d74e13cd2a99898f3dec09c162b7.tar.gz |
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
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" |