summaryrefslogtreecommitdiff
path: root/games/xpuyopuyo/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-08-23 23:59:25 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-08-23 23:59:25 +0000
commitc0bcfbd8b9377b9ccf11df2247be52bba7c039fe (patch)
tree8648f95a380a53a3b99f6b0e4938c43a87542df6 /games/xpuyopuyo/Makefile
parent82b732a1e2ad7d9e709a2b342c2fe7b6d682b146 (diff)
downloadpkgsrc-c0bcfbd8b9377b9ccf11df2247be52bba7c039fe.tar.gz
make sure the path to the libmikmod header is indicated. Fixes recently
noted compile problems.
Diffstat (limited to 'games/xpuyopuyo/Makefile')
-rw-r--r--games/xpuyopuyo/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/xpuyopuyo/Makefile b/games/xpuyopuyo/Makefile
index 4949f591ef5..65869627cf3 100644
--- a/games/xpuyopuyo/Makefile
+++ b/games/xpuyopuyo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2000/08/23 23:14:26 tron Exp $
+# $NetBSD: Makefile,v 1.6 2000/08/23 23:59:25 dmcmahill Exp $
DISTNAME= xpuyopuyo-0.9.1
CATEGORIES= games x11
@@ -12,6 +12,7 @@ BUILD_DEPENDS+= autoreconf:../../devel/autoconf
DEPENDS+= gtk+-1.2.*:../../x11/gtk
DEPENDS+= libmikmod>=3.1.9:../../audio/libmikmod
+USE_GMAKE= YES
USE_X11BASE= YES
USE_XPM= YES
USE_LIBTOOL= YES
@@ -24,6 +25,7 @@ CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG="${GNOME_CONFIG}"
GNOME_CONFIG= ${WRKDIR}/gnome-config
pre-configure:
+ ${RM} -f ${WRKSRC}/pgtk/Makefile ${WRKSRC}/pgtk/Makefile.in
cd ${WRKSRC} && autoreconf
${SED} -e "s,@PREFIX@,${PREFIX},g" ${FILESDIR}/gnome-config \
> ${GNOME_CONFIG}