diff options
Diffstat (limited to 'wm/blackbox')
-rw-r--r-- | wm/blackbox/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/wm/blackbox/Makefile b/wm/blackbox/Makefile index 04744d8944d..c9456d01c4d 100644 --- a/wm/blackbox/Makefile +++ b/wm/blackbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/06/07 02:01:12 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2001/06/30 09:24:56 zuntum Exp $ # DISTNAME= blackbox-0.61.1 @@ -9,14 +9,10 @@ MAINTAINER= carneous@carneous.net HOMEPAGE= http://blackbox.alug.org/ COMMENT= small and fast X11R6 window manager +USE_BUILDLINK_ONLY= yes USE_X11BASE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --prefix=${X11PREFIX} \ - --x-includes=${X11BASE}/include \ - --x-libraries=${X11BASE}/lib \ - --enable-kde - -HAS_CONFIGURE= YES +CONFIGURE_ARGS+= --enable-kde .include "../../mk/bsd.pkg.mk" |