diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-02 18:47:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-02 18:47:08 +0000 |
commit | 6b334c43528917d82b4e7b2120405b559e1376d3 (patch) | |
tree | 6776ef16be59c692d821ff5db4560ed1740bddb1 /games/golddig | |
parent | 916b0280a7c42691369803bdf5e319d22ab36847 (diff) | |
download | pkgsrc-6b334c43528917d82b4e7b2120405b559e1376d3.tar.gz |
Modular Xorg support.
Diffstat (limited to 'games/golddig')
-rw-r--r-- | games/golddig/Makefile | 4 |
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" |