diff options
author | tron <tron> | 2000-02-09 15:22:32 +0000 |
---|---|---|
committer | tron <tron> | 2000-02-09 15:22:32 +0000 |
commit | 1429f757dd736d95944071515075f8a01780bc88 (patch) | |
tree | 43dc4b6bcfb1f549476ecf51f93028d5884a4cc1 /www/arena | |
parent | aa386d31f38becde09bc8c612bd88f5c65b48967 (diff) | |
download | pkgsrc-1429f757dd736d95944071515075f8a01780bc88.tar.gz |
Use wildcard dependence for "png" package.
Diffstat (limited to 'www/arena')
-rw-r--r-- | www/arena/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/arena/Makefile b/www/arena/Makefile index 93381e31d38..fee2c5cc415 100644 --- a/www/arena/Makefile +++ b/www/arena/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2000/02/09 01:01:20 fredb Exp $ +# $NetBSD: Makefile,v 1.19 2000/02/09 15:22:45 tron Exp $ # FreeBSD Id: Makefile,v 1.10 1998/05/04 20:22:31 jseger Exp # @@ -14,7 +14,7 @@ BUILD_DEPENDS+= autoconf:../../devel/autoconf DEPENDS+= gettext-0.10.*:../../devel/gettext DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= libwww-5.2.8:../../www/libwww -DEPENDS+= png-1.0.3:../../graphics/png +DEPENDS+= png-*:../../graphics/png DEPENDS+= xpm-3.4k:../../graphics/xpm #XXX "black screen" fixed for 16-bit displays on mac68k, not verified on alpha. |