diff options
author | tron <tron@pkgsrc.org> | 1999-03-08 08:20:27 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-03-08 08:20:27 +0000 |
commit | 06e2cfd92655e66beffc02100b2f2c66623de46f (patch) | |
tree | b30cf5490caead2c1d7b54e1bd6efbc41e4ad0dd /games | |
parent | f7e9dc52e795123c6806f49c6158a13e58db995b (diff) | |
download | pkgsrc-06e2cfd92655e66beffc02100b2f2c66623de46f.tar.gz |
Add missing dependence for "xpm" package. Fixes PR pkg/7104 by
John F. Woods.
Diffstat (limited to 'games')
-rw-r--r-- | games/maelstrom/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/maelstrom/Makefile b/games/maelstrom/Makefile index 353b4a545f1..cdeb03e1a8b 100644 --- a/games/maelstrom/Makefile +++ b/games/maelstrom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/01/30 23:18:48 agc Exp $ +# $NetBSD: Makefile,v 1.6 1999/03/08 08:20:27 tron Exp $ DISTNAME= Maelstrom-1.4.3-L2.0.6-src.tar.gz PKGNAME= maelstrom-2.0.6 @@ -11,6 +11,8 @@ DISTFILES= ${DISTNAME} ${STREK} ${SWARS} ${ESOUND} MAINTAINER= root@garbled.net HOMEPAGE= http://www.ambrosiasw.com/Products/Maelstrom.html +DEPENDS+= xpm-3.4k:../../graphics/xpm + ESOUND= Maelstrom-Sounds-L2.0.0.tar.gz STREK= Star_Trek.tar.gz SWARS= Star_Wars.tar.gz |