diff options
author | rillig <rillig@pkgsrc.org> | 2006-09-16 20:00:03 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-09-16 20:00:03 +0000 |
commit | 07ba6e63d3859c1b5331a14784cec9ecae784423 (patch) | |
tree | a59f76e7a2458b899b6bcd1c9dc063bf640b0c6a /games/xpuyopuyo | |
parent | 5f557dafe1c4b7e1faa3605f5ab30714084bd261 (diff) | |
download | pkgsrc-07ba6e63d3859c1b5331a14784cec9ecae784423.tar.gz |
Fixed the build on NetBSD. Now the package uses autoconf/automake
instead of the ancient automake14.
Diffstat (limited to 'games/xpuyopuyo')
-rw-r--r-- | games/xpuyopuyo/Makefile | 6 |
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} |