summaryrefslogtreecommitdiff
path: root/x11/space_dapp
diff options
context:
space:
mode:
authorsborrill <sborrill>2009-07-07 14:22:42 +0000
committersborrill <sborrill>2009-07-07 14:22:42 +0000
commit563137bf23e8fbce825774572612a16887a494ba (patch)
tree9c986480e359ba8ac2553842ac222f4bf5ae61ea /x11/space_dapp
parent09413e74064a85b51babd3c3774a9e3259bf827d (diff)
downloadpkgsrc-563137bf23e8fbce825774572612a16887a494ba.tar.gz
Fix build with pkgsrc X.org
Diffstat (limited to 'x11/space_dapp')
-rw-r--r--x11/space_dapp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/space_dapp/Makefile b/x11/space_dapp/Makefile
index 4c748c5b181..7a3bcbc1948 100644
--- a/x11/space_dapp/Makefile
+++ b/x11/space_dapp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/07/07 12:36:31 sborrill Exp $
+# $NetBSD: Makefile,v 1.2 2009/07/07 14:22:42 sborrill Exp $
PKGNAME= space_dapp-20060717
CATEGORIES= x11
@@ -25,4 +25,6 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/space_dapp ${DESTDIR}${PREFIX}/bin/
.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"