diff options
author | dmcmahill <dmcmahill> | 1999-11-12 01:08:24 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 1999-11-12 01:08:24 +0000 |
commit | c2b707bfc326eaf2c1941b23365f2f380875a3ce (patch) | |
tree | 70c60b5ff67e84988039f86168af62535d01db9e /games/xscrabble/Makefile | |
parent | 57173712e50434ea1c7a7a8b699fef65e29bed22 (diff) | |
download | pkgsrc-c2b707bfc326eaf2c1941b23365f2f380875a3ce.tar.gz |
add missing xpm DEPENDS
Diffstat (limited to 'games/xscrabble/Makefile')
-rw-r--r-- | games/xscrabble/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/xscrabble/Makefile b/games/xscrabble/Makefile index 25d0e3fa95b..6eea95d0dc1 100644 --- a/games/xscrabble/Makefile +++ b/games/xscrabble/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/08/26 00:22:53 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.2 1999/11/12 01:08:24 dmcmahill Exp $ # DISTNAME= xscrabble @@ -9,6 +9,8 @@ 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 |