summaryrefslogtreecommitdiff
path: root/games/xpuyopuyo
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-08-23 23:14:21 +0000
committertron <tron@pkgsrc.org>2000-08-23 23:14:21 +0000
commitf0b9164cf1068dd6dc3d7a77da6b33ac09689177 (patch)
tree623953a643a6181e26e24311ef14ff20193779e7 /games/xpuyopuyo
parent3587744105d1c40ee4f94fcd5c50335818522169 (diff)
downloadpkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'games/xpuyopuyo')
-rw-r--r--games/xpuyopuyo/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/games/xpuyopuyo/Makefile b/games/xpuyopuyo/Makefile
index 7b3ceba4b02..4949f591ef5 100644
--- a/games/xpuyopuyo/Makefile
+++ b/games/xpuyopuyo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2000/08/11 20:01:19 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2000/08/23 23:14:26 tron Exp $
DISTNAME= xpuyopuyo-0.9.1
CATEGORIES= games x11
@@ -11,13 +11,13 @@ HOMEPAGE= http://chaos2.org/xpuyopuyo/
BUILD_DEPENDS+= autoreconf:../../devel/autoconf
DEPENDS+= gtk+-1.2.*:../../x11/gtk
DEPENDS+= libmikmod>=3.1.9:../../audio/libmikmod
-DEPENDS+= xpm-*:../../graphics/xpm
-USE_X11BASE= # defined
-USE_LIBTOOL= # defined
+USE_X11BASE= YES
+USE_XPM= YES
+USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
-GNU_CONFIGURE= # defined
+GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-gnome # install desktop and pixmap files
CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG="${GNOME_CONFIG}"