summaryrefslogtreecommitdiff
path: root/emulators/xmame
diff options
context:
space:
mode:
authortron <tron>2000-08-23 23:14:21 +0000
committertron <tron>2000-08-23 23:14:21 +0000
commit3bb1003bffe659fe78e3ff049aa5e426d687763a (patch)
tree623953a643a6181e26e24311ef14ff20193779e7 /emulators/xmame
parentea8b8736a98aa0f9cc1e367db350fc4ffa0d09b1 (diff)
downloadpkgsrc-3bb1003bffe659fe78e3ff049aa5e426d687763a.tar.gz
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'emulators/xmame')
-rw-r--r--emulators/xmame/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile
index 269baf8ddb1..db8ae87372f 100644
--- a/emulators/xmame/Makefile
+++ b/emulators/xmame/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2000/07/13 20:54:01 martin Exp $
+# $NetBSD: Makefile,v 1.38 2000/08/23 23:14:24 tron Exp $
#
DISTNAME= xmame-0.37b4.1
@@ -10,10 +10,10 @@ MAINTAINER= soren@netbsd.org
HOMEPAGE= http://x.mame.net/
DEPENDS= unzip>=5.40:../../archivers/unzip
-DEPENDS+= xpm-3.4k:../../graphics/xpm
-USE_X11BASE= yes
-USE_GMAKE= yes
+USE_X11BASE= YES
+USE_XPM= YES
+USE_GMAKE= YES
MAKE_ENV+= OPSYS=${OPSYS} ARCH=${ARCH} \
MAME_CPU=${MAME_CPU} \
INSTALL_MAN="${INSTALL_MAN}" \