summaryrefslogtreecommitdiff
path: root/wm/blackbox
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-06-30 09:24:56 +0000
committerzuntum <zuntum@pkgsrc.org>2001-06-30 09:24:56 +0000
commit3c48ffdf3ae6bbcdd31e91dfe198b55bed239f3b (patch)
tree43fdaeb5cf911acad1146fdc56d7156c586170b1 /wm/blackbox
parent29f2c3087f4f878dae4602d760112f9f2ddab707 (diff)
downloadpkgsrc-3c48ffdf3ae6bbcdd31e91dfe198b55bed239f3b.tar.gz
Converted to use buildlink.mk files
Diffstat (limited to 'wm/blackbox')
-rw-r--r--wm/blackbox/Makefile10
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"