summaryrefslogtreecommitdiff
path: root/games/craft
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-02-02 17:36:22 +0000
committerjoerg <joerg@pkgsrc.org>2007-02-02 17:36:22 +0000
commitb9fae4a57717335d399686c25306c20680b64312 (patch)
tree0e13ba96a13afd0f1ac51a3992ccb619b0629879 /games/craft
parentc033a12ac012e6198e5ea3f80499ce65950322fc (diff)
downloadpkgsrc-b9fae4a57717335d399686c25306c20680b64312.tar.gz
Modlar Xorg support.
Diffstat (limited to 'games/craft')
-rw-r--r--games/craft/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/games/craft/Makefile b/games/craft/Makefile
index 6de29e493d8..8cd0cf65389 100644
--- a/games/craft/Makefile
+++ b/games/craft/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2006/07/02 10:09:56 rillig Exp $
+# $NetBSD: Makefile,v 1.21 2007/02/02 17:36:22 joerg Exp $
DISTNAME= craftcc35
PKGNAME= craft-3.5
@@ -16,8 +16,6 @@ USE_LANGUAGES= c c++
USE_TOOLS+= gmake
USE_X11BASE= yes
-.include "../../mk/x11.buildlink3.mk"
-
post-extract:
@${FIND} ${WRKSRC} -type f -name '*~' -print | ${XARGS} ${RM} -f
@${LN} -fs ${FILESDIR}/Makefile ${WRKSRC}
@@ -39,4 +37,5 @@ post-patch:
${SED} -e 's+@PREFIX@+${PREFIX}+' <${WRKSRC}/foo> ${WRKSRC}/craft_def.h
${RM} -f ${WRKSRC}/foo
+.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"