diff options
author | wiz <wiz@pkgsrc.org> | 2006-02-21 22:42:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-02-21 22:42:39 +0000 |
commit | 835bab73c1e101dfed8291768006bd660cabc186 (patch) | |
tree | 689e0c530638b3fb9bc50a5e873905bf9f294b77 /wm/whiteBOX | |
parent | 18feb613c11a8bf9fc26cee3968396de99f76130 (diff) | |
download | pkgsrc-835bab73c1e101dfed8291768006bd660cabc186.tar.gz |
Add missing x11.bl3.mk.
Diffstat (limited to 'wm/whiteBOX')
-rw-r--r-- | wm/whiteBOX/Makefile | 5 |
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" |