diff options
author | sborrill <sborrill@pkgsrc.org> | 2009-07-07 14:22:42 +0000 |
---|---|---|
committer | sborrill <sborrill@pkgsrc.org> | 2009-07-07 14:22:42 +0000 |
commit | 9f271f25e5a76c0952581387ea1404d24c483200 (patch) | |
tree | 9c986480e359ba8ac2553842ac222f4bf5ae61ea /x11 | |
parent | 4b73fb669e2ea30216effda438caee7283f436fa (diff) | |
download | pkgsrc-9f271f25e5a76c0952581387ea1404d24c483200.tar.gz |
Fix build with pkgsrc X.org
Diffstat (limited to 'x11')
-rw-r--r-- | x11/space_dapp/Makefile | 4 |
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" |