summaryrefslogtreecommitdiff
path: root/games/xarchon
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 /games/xarchon
parentea8b8736a98aa0f9cc1e367db350fc4ffa0d09b1 (diff)
downloadpkgsrc-3bb1003bffe659fe78e3ff049aa5e426d687763a.tar.gz
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'games/xarchon')
-rw-r--r--games/xarchon/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xarchon/Makefile b/games/xarchon/Makefile
index 3bf1dc6d51c..819ac1146c3 100644
--- a/games/xarchon/Makefile
+++ b/games/xarchon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2000/07/15 20:39:19 agc Exp $
+# $NetBSD: Makefile,v 1.15 2000/08/23 23:14:26 tron Exp $
#
DISTNAME= xarchon-0.50
@@ -9,11 +9,11 @@ MASTER_SITES= http://xarchon.seul.org/ \
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://xarchon.seul.org/
-DEPENDS+= xpm-3.4k:../../graphics/xpm
DEPENDS+= gtk+-1.2.*:../../x11/gtk
DEPENDS+= esound-*:../../audio/esound
-GNU_CONFIGURE= yes
+USE_XPM= YES
+GNU_CONFIGURE= YES
EVAL_PREFIX+= GTKDIR=gtk+ XPMDIR=xpm
CONFIGURE_ARGS+=--with-xpm-prefix=${XPMDIR} \
--with-gtk-prefix=${GTKDIR} \