summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjoerg <joerg>2007-02-02 17:36:22 +0000
committerjoerg <joerg>2007-02-02 17:36:22 +0000
commit222ccf7a2112384dd89b0f463ce887785b9757a2 (patch)
tree0e13ba96a13afd0f1ac51a3992ccb619b0629879 /games
parent72fe00170536e6a22d4165d04cc4629abb6327ba (diff)
downloadpkgsrc-222ccf7a2112384dd89b0f463ce887785b9757a2.tar.gz
Modlar Xorg support.
Diffstat (limited to 'games')
-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"