diff options
author | joerg <joerg> | 2007-02-02 17:38:36 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-02-02 17:38:36 +0000 |
commit | 6151550da8fb3e0f94dac9740d2b774b4e4a5c8a (patch) | |
tree | b503fb2594453ff712434083e5394a2183c34c70 /games/abuse | |
parent | 5f6cc01f79f08c3067aa5a3a1cc33a65b3fcc818 (diff) | |
download | pkgsrc-6151550da8fb3e0f94dac9740d2b774b4e4a5c8a.tar.gz |
Modular Xorg support.
Diffstat (limited to 'games/abuse')
-rw-r--r-- | games/abuse/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/abuse/Makefile b/games/abuse/Makefile index 2a0a16e95b3..0da1708f648 100644 --- a/games/abuse/Makefile +++ b/games/abuse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/10/04 21:43:00 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2007/02/02 17:38:36 joerg Exp $ DISTNAME= abuse_pd PKGNAME= abuse-2.0 @@ -19,10 +19,10 @@ USE_LANGUAGES+= c c++ NOT_FOR_PLATFORM= NetBSD-*-arm32 -.include "../../mk/x11.buildlink3.mk" - post-extract: cd ${WRKSRC}/abuse \ && ${GTAR} xfz ${DISTDIR}/abuse_data.tar.gz +.include "../../x11/libXext/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |