diff options
author | tron <tron> | 2000-08-23 23:14:21 +0000 |
---|---|---|
committer | tron <tron> | 2000-08-23 23:14:21 +0000 |
commit | 3bb1003bffe659fe78e3ff049aa5e426d687763a (patch) | |
tree | 623953a643a6181e26e24311ef14ff20193779e7 /games/mirrormagic | |
parent | ea8b8736a98aa0f9cc1e367db350fc4ffa0d09b1 (diff) | |
download | pkgsrc-3bb1003bffe659fe78e3ff049aa5e426d687763a.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 |