diff options
Diffstat (limited to 'wm/blackbox/Makefile')
-rw-r--r-- | wm/blackbox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/blackbox/Makefile b/wm/blackbox/Makefile index c9456d01c4d..d4e2c5e1583 100644 --- a/wm/blackbox/Makefile +++ b/wm/blackbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/06/30 09:24:56 zuntum Exp $ +# $NetBSD: Makefile,v 1.5 2001/08/29 22:41:22 jlam Exp $ # DISTNAME= blackbox-0.61.1 @@ -15,4 +15,5 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-kde +.include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk" |