summaryrefslogtreecommitdiff
path: root/games/abuse
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-02-02 17:38:36 +0000
committerjoerg <joerg@pkgsrc.org>2007-02-02 17:38:36 +0000
commit924385d0cbd2f94dec3348cb7823534d5018afce (patch)
treeb503fb2594453ff712434083e5394a2183c34c70 /games/abuse
parent1f1fdc60d554d1aaf09783597a456d9978a9fd56 (diff)
downloadpkgsrc-924385d0cbd2f94dec3348cb7823534d5018afce.tar.gz
Modular Xorg support.
Diffstat (limited to 'games/abuse')
-rw-r--r--games/abuse/Makefile6
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"