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/mirrormagic | |
parent | 3587744105d1c40ee4f94fcd5c50335818522169 (diff) | |
download | pkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'games/mirrormagic')
-rw-r--r-- | games/mirrormagic/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/mirrormagic/Makefile b/games/mirrormagic/Makefile index f538d0af990..c621c72da86 100644 --- a/games/mirrormagic/Makefile +++ b/games/mirrormagic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/07/11 08:39:54 agc Exp $ +# $NetBSD: Makefile,v 1.8 2000/08/23 23:14:24 tron Exp $ # DISTNAME= mirrormagic-1.3 @@ -7,9 +7,8 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB:=games/} MAINTAINER= root@garbled.net -DEPENDS= xpm-3.4k:../../graphics/xpm - USE_X11BASE= YES +USE_XPM= YES do-install: ${INSTALL_PROGRAM} -o bin -g games -m 2755 ${WRKSRC}/mirrormagic ${X11PREFIX}/bin |