diff options
author | tron <tron@pkgsrc.org> | 2000-02-09 15:22:32 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-02-09 15:22:32 +0000 |
commit | f184beb4a51b75fb40b13cddcffc2381199984c4 (patch) | |
tree | 43dc4b6bcfb1f549476ecf51f93028d5884a4cc1 /www | |
parent | c247f960da57570c4e2c2a1f8de1d05a47ed27ea (diff) | |
download | pkgsrc-f184beb4a51b75fb40b13cddcffc2381199984c4.tar.gz |
Use wildcard dependence for "png" package.
Diffstat (limited to 'www')
-rw-r--r-- | www/Mosaic/Makefile | 4 | ||||
-rw-r--r-- | www/arena/Makefile | 4 | ||||
-rw-r--r-- | www/htmldoc/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/www/Mosaic/Makefile b/www/Mosaic/Makefile index 66349ff8fdc..d701344469b 100644 --- a/www/Mosaic/Makefile +++ b/www/Mosaic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1999/09/04 23:25:03 tron Exp $ +# $NetBSD: Makefile,v 1.15 2000/02/09 15:22:44 tron Exp $ # FreeBSD Id: Makefile,v 1.15 1998/05/27 08:44:56 dburr Exp # @@ -12,7 +12,7 @@ MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/ DEPENDS= jpeg-6b:../../graphics/jpeg \ - png-1.0.3:../../graphics/png \ + png-*:../../graphics/png \ xpm-3.4k:../../graphics/xpm NOT_FOR_PLATFORM= *-*-alpha #LP64 problems 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. diff --git a/www/htmldoc/Makefile b/www/htmldoc/Makefile index dcd9d612b3e..d23b7930530 100644 --- a/www/htmldoc/Makefile +++ b/www/htmldoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/06/04 01:22:37 abs Exp $ +# $NetBSD: Makefile,v 1.7 2000/02/09 15:22:45 tron Exp $ # DISTNAME= ${PKGNAME}-source @@ -11,7 +11,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.easysw.com/~mike/htmldoc/ DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= png-1.0.3:../../graphics/png +DEPENDS+= png-*:../../graphics/png NOT_FOR_PLATFORM= *-*-alpha #ps-pdf.cpp:3229: Internal compiler error. on 1.4 - 1.7 unknown |