summaryrefslogtreecommitdiff
path: root/games/golddig/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2007-02-02 18:47:08 +0000
committerjoerg <joerg>2007-02-02 18:47:08 +0000
commit0a1990c7087aed92d958b1d1178a6ba398079c0e (patch)
tree6776ef16be59c692d821ff5db4560ed1740bddb1 /games/golddig/Makefile
parentb5212b2768424e6abf6ab9c420e43df673f57777 (diff)
downloadpkgsrc-0a1990c7087aed92d958b1d1178a6ba398079c0e.tar.gz
Modular Xorg support.
Diffstat (limited to 'games/golddig/Makefile')
-rw-r--r--games/golddig/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/golddig/Makefile b/games/golddig/Makefile
index 93589e94a30..6dc1637cd0f 100644
--- a/games/golddig/Makefile
+++ b/games/golddig/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/06/15 13:31:29 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2007/02/02 18:47:51 joerg Exp $
#
DISTNAME= golddigC3.0
@@ -11,7 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Fast action game designed for use with X
USE_X11BASE= yes
-.include "../../mk/x11.buildlink3.mk"
post-build:
for f in ${WRKSRC}/golddig.6 ${WRKSRC}/gdedit.6; do \
@@ -19,4 +18,5 @@ post-build:
${MV} $$f.new $$f; \
done
+.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"