From f0b9164cf1068dd6dc3d7a77da6b33ac09689177 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 23 Aug 2000 23:14:21 +0000 Subject: Use "USE_XPM" option instead of direct dependence on the "xpm" package. --- games/xscrabble/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'games/xscrabble') 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' \ -- cgit v1.2.3