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 /x11 | |
parent | c247f960da57570c4e2c2a1f8de1d05a47ed27ea (diff) | |
download | pkgsrc-f184beb4a51b75fb40b13cddcffc2381199984c4.tar.gz |
Use wildcard dependence for "png" package.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XmHTML/Makefile | 4 | ||||
-rw-r--r-- | x11/afterstep-current/Makefile | 4 | ||||
-rw-r--r-- | x11/afterstep/Makefile | 4 | ||||
-rw-r--r-- | x11/kdelibs/Makefile | 4 | ||||
-rw-r--r-- | x11/windowmaker/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/x11/XmHTML/Makefile b/x11/XmHTML/Makefile index 56a856e201f..148633fdf2e 100644 --- a/x11/XmHTML/Makefile +++ b/x11/XmHTML/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1999/11/13 07:31:39 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2000/02/09 15:22:47 tron Exp $ # DISTNAME= XmHTML-1.1.7 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.xs4all.nl/~ripley/XmHTML/ DEPENDS+= xpm-3.4k:../../graphics/xpm DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= png-1.0.3:../../graphics/png +DEPENDS+= png-*:../../graphics/png USE_X11= yes USE_MOTIF= yes diff --git a/x11/afterstep-current/Makefile b/x11/afterstep-current/Makefile index f1bc1383094..bb33b083fca 100644 --- a/x11/afterstep-current/Makefile +++ b/x11/afterstep-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2000/02/06 04:04:13 fredb Exp $ +# $NetBSD: Makefile,v 1.18 2000/02/09 15:22:49 tron Exp $ DISTNAME= AfterStep-1.7.164 PKGNAME= afterstep-1.7.165 @@ -26,7 +26,7 @@ HOMEPAGE= http://www.afterstep.org/ BUILD_DEPENDS+= autoconf:../../devel/autoconf DEPENDS+= asclock-1.0:../../x11/asclock DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= png-1.0.3:../../graphics/png +DEPENDS+= png-*:../../graphics/png DEPENDS+= rplay-3.2.*:../../audio/rplay DEPENDS+= xli-1.16:../../graphics/xli DEPENDS+= xp-1.2b10:../../x11/xp diff --git a/x11/afterstep/Makefile b/x11/afterstep/Makefile index 70faa16c1d0..adc966b8673 100644 --- a/x11/afterstep/Makefile +++ b/x11/afterstep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2000/02/06 04:02:12 fredb Exp $ +# $NetBSD: Makefile,v 1.15 2000/02/09 15:22:47 tron Exp $ DISTNAME= AfterStep-1.6.10 PKGNAME= afterstep-1.6.10 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.afterstep.org/ DEPENDS+= asclock-1.0:../../x11/asclock DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= png-1.0.3:../../graphics/png +DEPENDS+= png-*:../../graphics/png DEPENDS+= rplay-3.2.*:../../audio/rplay DEPENDS+= xli-1.16:../../graphics/xli DEPENDS+= xpm-3.4k:../../graphics/xpm diff --git a/x11/kdelibs/Makefile b/x11/kdelibs/Makefile index 8df1272a673..3d652c36bb9 100644 --- a/x11/kdelibs/Makefile +++ b/x11/kdelibs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 1999/10/09 16:50:24 jlam Exp $ +# $NetBSD: Makefile,v 1.42 2000/02/09 15:22:46 tron Exp $ # FreeBSD Id: Makefile,v 1.5 1997/11/27 00:25:46 se Exp # @@ -12,7 +12,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.kde.org/ DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= png-1.0.3:../../graphics/png +DEPENDS+= png-*:../../graphics/png DEPENDS+= qt-1.44:../../x11/qt DEPENDS+= tiff-*:../../graphics/tiff diff --git a/x11/windowmaker/Makefile b/x11/windowmaker/Makefile index 8eba48fb244..a74272abbd9 100644 --- a/x11/windowmaker/Makefile +++ b/x11/windowmaker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2000/01/10 19:11:10 hubertf Exp $ +# $NetBSD: Makefile,v 1.40 2000/02/09 15:22:48 tron Exp $ DISTNAME= WindowMaker-0.61.1 PKGNAME= windowmaker-0.61.1 @@ -15,7 +15,7 @@ HOMEPAGE= http://www.windowmaker.org/ DEPENDS+= libproplist-0.9.*:../../devel/libproplist DEPENDS+= libungif-*:../../graphics/libungif DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= png-1.0.3:../../graphics/png +DEPENDS+= png-*:../../graphics/png DEPENDS+= tiff-*:../../graphics/tiff DEPENDS+= xpm-3.4k:../../graphics/xpm |