summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjoerg <joerg>2007-02-02 17:43:02 +0000
committerjoerg <joerg>2007-02-02 17:43:02 +0000
commit0cd398f1ae8a7132adeb0bd722da8782f1128384 (patch)
tree68a0195926e84895b496b2bfe80438a54e2aed47 /games
parenta448c89fbc6b743f9a6629bfb39d17fb88dd8363 (diff)
downloadpkgsrc-0cd398f1ae8a7132adeb0bd722da8782f1128384.tar.gz
Modular Xorg support.
Diffstat (limited to 'games')
-rw-r--r--games/battleball/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/games/battleball/Makefile b/games/battleball/Makefile
index d1d65dc06e3..e5699a5ed22 100644
--- a/games/battleball/Makefile
+++ b/games/battleball/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2006/10/04 21:43:00 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2007/02/02 17:43:02 joerg Exp $
DISTNAME= battleball.21.src
PKGNAME= battleball-2.1
@@ -19,8 +19,6 @@ SED_CMDS= -e '/^INCS/s|$$|${CPPFLAGS}|' -e '/^LIBS/s|$$|${LDFLAGS}|'
INSTALLATION_DIRS= bin
-.include "../../mk/x11.buildlink3.mk"
-
do-configure:
${CP} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.orig; \
${SED} ${SED_CMDS} < ${WRKSRC}/Makefile.orig > ${WRKSRC}/Makefile
@@ -28,4 +26,5 @@ do-configure:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/battleball ${PREFIX}/bin/
+.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"