diff options
author | jlam <jlam@pkgsrc.org> | 1999-10-08 21:12:47 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 1999-10-08 21:12:47 +0000 |
commit | d043b6411c3e9bfa3a22e42ec80e8f0623dabf46 (patch) | |
tree | 146f3a63eb7a06d19c6a65f740ab23ad15dda2ab | |
parent | 3f8397ae99cf387af9d3c8ed777c1d00d1a587ae (diff) | |
download | pkgsrc-d043b6411c3e9bfa3a22e42ec80e8f0623dabf46.tar.gz |
Change to use wildcard dependency on tiff.
-rw-r--r-- | comms/hylafax/Makefile | 4 | ||||
-rw-r--r-- | editors/xemacs/Makefile | 4 | ||||
-rw-r--r-- | graphics/ImageMagick/Makefile | 4 | ||||
-rw-r--r-- | graphics/gimp/Makefile | 4 | ||||
-rw-r--r-- | graphics/imlib/Makefile | 4 | ||||
-rw-r--r-- | graphics/netpbm/Makefile | 4 | ||||
-rw-r--r-- | graphics/urt/Makefile | 4 | ||||
-rw-r--r-- | graphics/xart/Makefile | 4 | ||||
-rw-r--r-- | graphics/xpaint/Makefile | 4 | ||||
-rw-r--r-- | graphics/xsane/Makefile | 4 | ||||
-rw-r--r-- | graphics/xv/Makefile | 4 | ||||
-rw-r--r-- | net/xtraceroute/Makefile | 4 | ||||
-rw-r--r-- | textproc/ted/Makefile | 4 | ||||
-rw-r--r-- | x11/kdelibs/Makefile | 4 | ||||
-rw-r--r-- | x11/windowmaker/Makefile | 4 |
15 files changed, 30 insertions, 30 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 5ac5673ac5b..aac8be5b9db 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/08/30 08:16:49 rh Exp $ +# $NetBSD: Makefile,v 1.3 1999/10/08 21:12:47 jlam Exp $ # DISTNAME= hylafax-4.1beta2 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.hylafax.org/hylafax/source/BETA/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.hylafax.org/ -DEPENDS+= tiff-3.4:../../graphics/tiff +DEPENDS+= tiff-*:../../graphics/tiff DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= mawk-1.2.2:../../lang/mawk DEPENDS+= ghostscript-5.50:../../print/ghostscript5 diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index ce922d07323..69a910f8b37 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1999/08/26 14:51:47 tron Exp $ +# $NetBSD: Makefile,v 1.14 1999/10/08 21:12:48 jlam Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp DISTNAME= xemacs-21.1.6 @@ -17,7 +17,7 @@ USE_XAW= yes DEPENDS+= gdbm-1.7.3:../../databases/gdbm DEPENDS+= png-1.0.3:../../graphics/png -DEPENDS+= tiff-3.4:../../graphics/tiff +DEPENDS+= tiff-*:../../graphics/tiff DEPENDS+= xpm-3.4k:../../graphics/xpm NOT_FOR_PLATFORM= *-*-alpha *-*-mips #fails purespace dumping diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index ba69111af65..8da8f5a0e6b 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 1999/10/07 17:41:53 tron Exp $ +# $NetBSD: Makefile,v 1.51 1999/10/08 21:12:48 jlam Exp $ DISTNAME= ImageMagick-4.2.9 CATEGORIES= graphics @@ -11,7 +11,7 @@ HOMEPAGE= http://www.wizards.dupont.com/cristy/ImageMagick.html DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= mpeg2codec-1.2:../../graphics/mpeg2codec DEPENDS+= png-1.0.3:../../graphics/png -DEPENDS+= tiff-3.4:../../graphics/tiff +DEPENDS+= tiff-*:../../graphics/tiff MIRROR_DISTFILE= no USE_LIBTOOL= yes diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 030e55a41a9..1477b4d044d 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 1999/08/28 09:43:09 rh Exp $ +# $NetBSD: Makefile,v 1.41 1999/10/08 21:12:48 jlam Exp $ DISTNAME= gimp-1.0.4 CATEGORIES= graphics @@ -16,7 +16,7 @@ DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= gtk+-1.2.4:../../x11/gtk DEPENDS+= mpeg-1.2.1:../../graphics/mpeg-lib DEPENDS+= png-1.0.3:../../graphics/png -DEPENDS+= tiff-3.4:../../graphics/tiff +DEPENDS+= tiff-*:../../graphics/tiff DEPENDS+= xpm-3.4k:../../graphics/xpm GIMP_DATA= gimp-data-extras-1.0.0 diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index 7824d4b20c6..bcd78890fc1 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 1999/09/05 13:41:14 mrg Exp $ +# $NetBSD: Makefile,v 1.25 1999/10/08 21:12:49 jlam Exp $ # DISTNAME= imlib-1.9.4 @@ -13,7 +13,7 @@ DEPENDS+= giflib-3.0:../../graphics/giflib DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= netpbm-19940301:../../graphics/netpbm DEPENDS+= png-1.0.3:../../graphics/png -DEPENDS+= tiff-3.4:../../graphics/tiff +DEPENDS+= tiff-*:../../graphics/tiff USE_X11BASE= yes USE_LIBTOOL= yes diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index af91d44650d..a77ed9b4e1b 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 1999/10/07 17:41:54 tron Exp $ +# $NetBSD: Makefile,v 1.30 1999/10/08 21:12:49 jlam Exp $ # DISTNAME= netpbm @@ -14,7 +14,7 @@ DISTFILES= netpbm-1mar1994.tar.gz \ MAINTAINER= packages@netbsd.org -DEPENDS+= tiff-3.4:../../graphics/tiff +DEPENDS+= tiff-*:../../graphics/tiff DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= png-1.0.3:../../graphics/png diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index a9d87bed34c..89d1630c6b9 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/04/26 18:47:56 garbled Exp $ +# $NetBSD: Makefile,v 1.7 1999/10/08 21:12:49 jlam Exp $ # FreeBSD Id: Makefile,v 1.6 1998/02/11 08:48:26 tg Exp # @@ -14,7 +14,7 @@ PATCH_DIST_STRIP=-p1 MAINTAINER= packages@netbsd.org -DEPENDS+= tiff-3.4:../../graphics/tiff +DEPENDS+= tiff-*:../../graphics/tiff BUILD_DEPENDS+= ${BUILD_ROOT}/graphics/netpbm/${WRKDIR:T}/netpbm:../../graphics/netpbm:build EXTRACT_ONLY= urt-3.1b.tar.Z diff --git a/graphics/xart/Makefile b/graphics/xart/Makefile index 409ae3bba39..2216b4ce689 100644 --- a/graphics/xart/Makefile +++ b/graphics/xart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/03/04 14:59:23 tron Exp $ +# $NetBSD: Makefile,v 1.10 1999/10/08 21:12:50 jlam Exp $ # DISTNAME= xart19980415 @@ -11,7 +11,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.cqi.com/~humbubba/linux.html DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= tiff-3.4:../../graphics/tiff +DEPENDS+= tiff-*:../../graphics/tiff DEPENDS+= xpm-3.4k:../../graphics/xpm DEPENDS+= png-1.0.3:../../graphics/png diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile index 3580c8b047a..c8da6da0fa2 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 1999/05/09 18:52:12 tron Exp $ +# $NetBSD: Makefile,v 1.18 1999/10/08 21:12:51 jlam Exp $ # FreeBSD Id: Makefile,v 1.14 1997/08/29 12:17:50 tg Exp # @@ -11,7 +11,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.danbbs.dk/~torsten/xpaint/ DEPENDS+= xpm-3.4k:../../graphics/xpm -DEPENDS+= tiff-3.4:../../graphics/tiff +DEPENDS+= tiff-*:../../graphics/tiff DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= png-1.0.3:../../graphics/png diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile index 0fdae3e86e7..7497f2eb27f 100644 --- a/graphics/xsane/Makefile +++ b/graphics/xsane/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/08/28 09:43:12 rh Exp $ +# $NetBSD: Makefile,v 1.7 1999/10/08 21:12:52 jlam Exp $ # DISTNAME= xsane-0.33 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.wolfsburg.de/~rauch/sane/sane-xsane.html DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= png-1.0.3:../../graphics/png -DEPENDS+= tiff-3.4:../../graphics/tiff +DEPENDS+= tiff-*:../../graphics/tiff DEPENDS+= gtk+-1.2.4:../../x11/gtk DEPENDS+= sane-1.0.1:../../graphics/sane diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index 0d281163d49..2b1a6ac38a7 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 1999/07/08 13:03:45 agc Exp $ +# $NetBSD: Makefile,v 1.23 1999/10/08 21:12:52 jlam Exp $ # FreeBSD Id: Makefile,v 1.14 1997/07/03 07:37:08 asami Exp # @@ -19,7 +19,7 @@ HOMEPAGE= http://www.trilon.com/xv/ DEPENDS+= ghostscript-5.50:../../print/ghostscript5 DEPENDS+= png-1.0.3:../png -DEPENDS+= tiff-3.4:../../graphics/tiff +DEPENDS+= tiff-*:../../graphics/tiff USE_IMAKE= yes diff --git a/net/xtraceroute/Makefile b/net/xtraceroute/Makefile index 54259d24659..5f3caf7830e 100644 --- a/net/xtraceroute/Makefile +++ b/net/xtraceroute/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/09/29 22:56:54 tron Exp $ +# $NetBSD: Makefile,v 1.9 1999/10/08 21:12:52 jlam Exp $ # DISTNAME= xtraceroute-0.8.14 @@ -11,7 +11,7 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.dtek.chalmers.se/~d3august/xt/index.html DEPENDS+= gtkglarea-1.2.1:../../x11/gtkglarea -DEPENDS+= tiff-3.4:../../graphics/tiff +DEPENDS+= tiff-*:../../graphics/tiff USE_X11= yes GNU_CONFIGURE= yes diff --git a/textproc/ted/Makefile b/textproc/ted/Makefile index 51664c0e7bf..d62b84a651e 100644 --- a/textproc/ted/Makefile +++ b/textproc/ted/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/09/19 02:05:48 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.3 1999/10/08 21:12:52 jlam Exp $ DISTNAME= ted-2.5.src PKGNAME= ted-2.5 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.nllgg.nl/Ted/ DEPENDS+= giflib-3.0:../../graphics/giflib DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= png-1.0.3:../../graphics/png -DEPENDS+= tiff-3.4:../../graphics/tiff +DEPENDS+= tiff-*:../../graphics/tiff DEPENDS+= xpm-3.4k:../../graphics/xpm USE_MOTIF= YES diff --git a/x11/kdelibs/Makefile b/x11/kdelibs/Makefile index a95f9dc7e52..d7ba5cf15ed 100644 --- a/x11/kdelibs/Makefile +++ b/x11/kdelibs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 1999/10/07 17:42:01 tron Exp $ +# $NetBSD: Makefile,v 1.40 1999/10/08 21:12:53 jlam Exp $ # FreeBSD Id: Makefile,v 1.5 1997/11/27 00:25:46 se Exp # @@ -14,7 +14,7 @@ HOMEPAGE= http://www.kde.org/ DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= png-1.0.3:../../graphics/png DEPENDS+= qt-1.44:../../x11/qt -DEPENDS+= tiff-3.4:../../graphics/tiff +DEPENDS+= tiff-*:../../graphics/tiff USE_X11BASE= yes USE_GMAKE= yes diff --git a/x11/windowmaker/Makefile b/x11/windowmaker/Makefile index 0e0390d75ef..d008622c1df 100644 --- a/x11/windowmaker/Makefile +++ b/x11/windowmaker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 1999/10/06 23:26:56 jlam Exp $ +# $NetBSD: Makefile,v 1.37 1999/10/08 21:12:53 jlam Exp $ DISTNAME= WindowMaker-0.61.1 PKGNAME= windowmaker-0.61.1 @@ -16,7 +16,7 @@ DEPENDS+= libproplist-0.9.*:../../devel/libproplist DEPENDS+= giflib-*:../../graphics/giflib DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= png-1.0.3:../../graphics/png -DEPENDS+= tiff-3.4:../../graphics/tiff +DEPENDS+= tiff-*:../../graphics/tiff DEPENDS+= xpm-3.4k:../../graphics/xpm USE_LIBTOOL= yes |