From f0b9164cf1068dd6dc3d7a77da6b33ac09689177 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 23 Aug 2000 23:14:21 +0000 Subject: Use "USE_XPM" option instead of direct dependence on the "xpm" package. --- games/xarchon/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games/xarchon') 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} \ -- cgit v1.2.3