summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorrillig <rillig>2006-09-16 20:00:03 +0000
committerrillig <rillig>2006-09-16 20:00:03 +0000
commitd46ee85d2ef02bcd8150324f870ebd1d8cc98fe8 (patch)
treea59f76e7a2458b899b6bcd1c9dc063bf640b0c6a /games
parenta2838a5753048290f6793a6c54c0e8dc960cd737 (diff)
downloadpkgsrc-d46ee85d2ef02bcd8150324f870ebd1d8cc98fe8.tar.gz
Fixed the build on NetBSD. Now the package uses autoconf/automake
instead of the ancient automake14.
Diffstat (limited to 'games')
-rw-r--r--games/xpuyopuyo/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xpuyopuyo/Makefile b/games/xpuyopuyo/Makefile
index 936b76b0e13..5b4d97171a3 100644
--- a/games/xpuyopuyo/Makefile
+++ b/games/xpuyopuyo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2006/07/19 19:14:38 jlam Exp $
+# $NetBSD: Makefile,v 1.37 2006/09/16 20:00:03 rillig Exp $
DISTNAME= xpuyopuyo-0.9.1
PKGREVISION= 6
@@ -11,7 +11,7 @@ HOMEPAGE= http://chaos2.org/xpuyopuyo/
COMMENT= Tetris-like puzzle game
USE_DIRS+= gnome1-1.5
-USE_TOOLS+= automake14 gmake
+USE_TOOLS+= automake autoconf gmake
USE_X11BASE= YES
USE_LIBTOOL= YES
@@ -22,7 +22,7 @@ CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG=${GNOME_CONFIG:Q}
GNOME_CONFIG= ${WRKDIR}/gnome-config
pre-configure:
- cd ${WRKSRC} && autoheader && automake --gnu && autoreconf --force
+ cd ${WRKSRC} && autoreconf --force --install
${SED} -e "s,@PREFIX@,${PREFIX},g" ${FILESDIR}/gnome-config \
> ${GNOME_CONFIG}
${CHMOD} +x ${GNOME_CONFIG}