diff options
author | tron <tron@pkgsrc.org> | 2000-08-23 23:14:21 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-08-23 23:14:21 +0000 |
commit | f0b9164cf1068dd6dc3d7a77da6b33ac09689177 (patch) | |
tree | 623953a643a6181e26e24311ef14ff20193779e7 /games/xarchon | |
parent | 3587744105d1c40ee4f94fcd5c50335818522169 (diff) | |
download | pkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'games/xarchon')
-rw-r--r-- | games/xarchon/Makefile | 6 |
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} \ |