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/tanked | |
parent | 3587744105d1c40ee4f94fcd5c50335818522169 (diff) | |
download | pkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'games/tanked')
-rw-r--r-- | games/tanked/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/tanked/Makefile b/games/tanked/Makefile index 03bc7e3a959..43ab904eab6 100644 --- a/games/tanked/Makefile +++ b/games/tanked/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/07/11 08:41:32 agc Exp $ +# $NetBSD: Makefile,v 1.5 2000/08/23 23:14:25 tron Exp $ # DISTNAME= tanked-0.90 @@ -8,9 +8,8 @@ MASTER_SITES= http://ogresoft.dyn.ml.org/ MAINTAINER= root@garbled.net HOMEPAGE= http://ogresoft.dyn.ml.org/tanked.html -DEPENDS+= xpm-3.4k:../../graphics/xpm - -USE_X11BASE= yes +USE_X11BASE= YES +USE_XPM= YES post-patch: @${TOUCH} ${WRKSRC}/client/tanked.man |