summaryrefslogtreecommitdiff
path: root/games/xnibbles
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/xnibbles
parent3587744105d1c40ee4f94fcd5c50335818522169 (diff)
downloadpkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'games/xnibbles')
-rw-r--r--games/xnibbles/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/xnibbles/Makefile b/games/xnibbles/Makefile
index 050b99af1ae..1a2f8d9bf94 100644
--- a/games/xnibbles/Makefile
+++ b/games/xnibbles/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/01/30 23:18:49 agc Exp $
+# $NetBSD: Makefile,v 1.3 2000/08/23 23:14:25 tron Exp $
#
DISTNAME= xnibbles-1.0BETA4
@@ -9,11 +9,11 @@ MASTER_SITES= http://www.tjhsst.edu/xnibbles/
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.tjhsst.edu/xnibbles/
-DEPENDS+= xpm-3.4k:../../graphics/xpm
+USE_X11BASE= YES
+USE_XPM= YES
+USE_GMAKE= YES
WRKSRC= ${WRKDIR}/xnibbles
-USE_X11BASE= yes
-USE_GMAKE= yes
ALL_TARGET= netbsd
.include "../../mk/bsd.pkg.mk"