summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-02-21 22:42:39 +0000
committerwiz <wiz@pkgsrc.org>2006-02-21 22:42:39 +0000
commitd633451eb4aac9b6d9e9f2c08fa4aabe804ed325 (patch)
tree689e0c530638b3fb9bc50a5e873905bf9f294b77 /wm
parent1281a40e2a361adeeeeacce9b53c866c168b8b3b (diff)
downloadpkgsrc-d633451eb4aac9b6d9e9f2c08fa4aabe804ed325.tar.gz
Add missing x11.bl3.mk.
Diffstat (limited to 'wm')
-rw-r--r--wm/whiteBOX/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/wm/whiteBOX/Makefile b/wm/whiteBOX/Makefile
index c69c78ac507..c3cc0218dad 100644
--- a/wm/whiteBOX/Makefile
+++ b/wm/whiteBOX/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2006/02/05 23:11:15 joerg Exp $
+# $NetBSD: Makefile,v 1.18 2006/02/21 22:42:39 wiz Exp $
#
DISTNAME= whiteBOX-0.5
@@ -15,7 +15,6 @@ GNU_CONFIGURE= YES
USE_LIBTOOL= YES
# this prevents us from build-depending on autoconf and automake
-# is it worth it?
pre-install:
${RM} -f ${WRKSRC}/mkinstalldirs
${ECHO} "#!${SH}" > ${WRKSRC}/mkinstalldirs
@@ -25,5 +24,5 @@ pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/whiteBOX/plugins
.include "../../graphics/gdk-pixbuf/buildlink3.mk"
-
+.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"