pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/xpuyopuyo Fixed the build on NetBSD. Now the pac...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9d5f7c9b2cf4
branches: trunk
changeset: 518754:9d5f7c9b2cf4
user: rillig <rillig%pkgsrc.org@localhost>
date: Sat Sep 16 20:00:03 2006 +0000
description:
Fixed the build on NetBSD. Now the package uses autoconf/automake
instead of the ancient automake14.
diffstat:
games/xpuyopuyo/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 2214be6b890d -r 9d5f7c9b2cf4 games/xpuyopuyo/Makefile
--- a/games/xpuyopuyo/Makefile Sat Sep 16 19:37:51 2006 +0000
+++ b/games/xpuyopuyo/Makefile Sat Sep 16 20:00:03 2006 +0000
@@ -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 @@
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 @@
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}
Home |
Main Index |
Thread Index |
Old Index