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/xscrabble/Makefile | |
parent | 3587744105d1c40ee4f94fcd5c50335818522169 (diff) | |
download | pkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'games/xscrabble/Makefile')
-rw-r--r-- | games/xscrabble/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games/xscrabble/Makefile b/games/xscrabble/Makefile index 805fbe4d77e..c98004e431e 100644 --- a/games/xscrabble/Makefile +++ b/games/xscrabble/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/01/02 03:20:14 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2000/08/23 23:14:26 tron Exp $ # DISTNAME= xscrabble @@ -9,11 +9,10 @@ MASTER_SITES= http://www.belgarath.demon.co.uk/programs/ MAINTAINER= dmcmahill@netbsd.org HOMEPAGE= http://www.belgarath.demon.co.uk/programs/ -DEPENDS+= xpm-3.4k:../../graphics/xpm - WRKSRC= ${WRKDIR}/xscrabble -USE_X11BASE= yes -USE_IMAKE= yes +USE_X11BASE= YES +USE_XPM= YES +USE_IMAKE= YES post-patch: ${SED} 's!/usr/local/lib!${PREFIX}/share/games/xscrabble!g' \ |