summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-09-27 23:17:41 +0000
committerjlam <jlam@pkgsrc.org>2001-09-27 23:17:41 +0000
commitf79573370a0e23409840de418068dce41749898e (patch)
tree8b6ec0cf582f0f57f043f5e5bfea5beac1dfda77 /graphics
parent31861a39e0c8417fd033a8308d87d25dca31846f (diff)
downloadpkgsrc-f79573370a0e23409840de418068dce41749898e.tar.gz
Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ImageMagick/Makefile4
-rw-r--r--graphics/Mesa-glx/Makefile10
-rw-r--r--graphics/Mesa/Makefile4
-rw-r--r--graphics/denemo/Makefile4
-rw-r--r--graphics/dxsamples/Makefile4
-rw-r--r--graphics/ee/Makefile4
-rw-r--r--graphics/flashplayer/Makefile4
-rw-r--r--graphics/geomview/Makefile4
-rw-r--r--graphics/giflib/Makefile4
-rw-r--r--graphics/giram/Makefile8
-rw-r--r--graphics/glu/Makefile4
-rw-r--r--graphics/glut/Makefile4
-rw-r--r--graphics/hp2xx/Makefile4
-rw-r--r--graphics/libungif/Makefile4
-rw-r--r--graphics/magicpoint/Makefile4
-rw-r--r--graphics/pgraf/Makefile4
-rw-r--r--graphics/s10sh/Makefile4
-rw-r--r--graphics/scigraphica/Makefile10
-rw-r--r--graphics/urt/Makefile4
-rw-r--r--graphics/win32-codecs/Makefile4
-rw-r--r--graphics/xpaint/Makefile4
-rw-r--r--graphics/xpdf/Makefile6
-rw-r--r--graphics/xsane/Makefile4
-rw-r--r--graphics/xv/Makefile4
24 files changed, 57 insertions, 57 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index b2f01d6444e..925ec67b1fe 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2001/09/17 15:17:32 tron Exp $
+# $NetBSD: Makefile,v 1.77 2001/09/27 23:18:09 jlam Exp $
DISTNAME= ImageMagick-5.3.9
CATEGORIES= graphics
@@ -9,7 +9,7 @@ MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.simplesystems.org/ImageMagick/
COMMENT= Package for display and interactive manipulation of images
-CONFLICTS= geomview-* # both have a program named 'animate'
+CONFLICTS= geomview-[0-9]* # both have a program named 'animate'
DEPENDS+= mpeg2codec-1.2:../../graphics/mpeg2codec
diff --git a/graphics/Mesa-glx/Makefile b/graphics/Mesa-glx/Makefile
index 3b466bb775b..3f893bdbf00 100644
--- a/graphics/Mesa-glx/Makefile
+++ b/graphics/Mesa-glx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2001/08/27 14:35:09 tron Exp $
+# $NetBSD: Makefile,v 1.23 2001/09/27 23:18:09 jlam Exp $
DISTNAME= glx-20000813
PKGNAME= Mesa-${DISTNAME}
@@ -19,10 +19,10 @@ BUILD_DEPENDS+= tcl>=8.3.2nb1:../../lang/tcl
BROKEN= Package is outdated and has security problems.
-CONFLICTS+= Mesa-*
-CONFLICTS+= MesaLib-*
-CONFLICTS+= glu-*
-CONFLICTS+= glut-*
+CONFLICTS+= Mesa-[0-9]*
+CONFLICTS+= MesaLib-[0-9]*
+CONFLICTS+= glu-[0-9]*
+CONFLICTS+= glut-[0-9]*
ONLY_FOR_PLATFORM= NetBSD-*-i386
GNU_CONFIGURE= yes
diff --git a/graphics/Mesa/Makefile b/graphics/Mesa/Makefile
index 4a8a48b8ca0..13d851fa471 100644
--- a/graphics/Mesa/Makefile
+++ b/graphics/Mesa/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2001/07/06 00:49:05 fredb Exp $
+# $NetBSD: Makefile,v 1.42 2001/09/27 23:18:09 jlam Exp $
#
.include "Makefile.common"
@@ -14,7 +14,7 @@ HOMEPAGE= http://www.mesa3d.org/
COMMENT= Graphics library meta package, similar to SGI's OpenGL
-CONFLICTS= Mesa-glx-*
+CONFLICTS= Mesa-glx-[0-9]*
CHECK_MESA= yes
.include "../../mk/bsd.prefs.mk"
diff --git a/graphics/denemo/Makefile b/graphics/denemo/Makefile
index eaf6aa22049..21f9f61b956 100644
--- a/graphics/denemo/Makefile
+++ b/graphics/denemo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/02/16 15:22:16 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2001/09/27 23:18:09 jlam Exp $
#
DISTNAME= denemo-0.5.4
@@ -9,7 +9,7 @@ MAINTAINER= rh@netbsd.org
HOMEPAGE= http://denemo.sourceforge.net/
COMMENT= GUI musical score editor written in C/gtk+
-DEPENDS+= lilypond-*:../../print/lilypond
+DEPENDS+= lilypond-[0-9]*:../../print/lilypond
DEPENDS+= gtk+>=1.2.0:../../x11/gtk
GNU_CONFIGURE= YES
diff --git a/graphics/dxsamples/Makefile b/graphics/dxsamples/Makefile
index 979c99f0114..905c10cb5f8 100644
--- a/graphics/dxsamples/Makefile
+++ b/graphics/dxsamples/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/02/16 15:22:17 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2001/09/27 23:18:10 jlam Exp $
DISTNAME= dxsamples-4.0.8
CATEGORIES= graphics
@@ -8,7 +8,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.research.ibm.com/dx/
COMMENT= Sample data for Open Visualization Data Explorer
-DEPENDS+= dx-*:../../graphics/dx
+DEPENDS+= dx-[0-9]*:../../graphics/dx
GNU_CONFIGURE= yes
USE_GMAKE= yes
diff --git a/graphics/ee/Makefile b/graphics/ee/Makefile
index b4fcb925cc2..fe613ecb965 100644
--- a/graphics/ee/Makefile
+++ b/graphics/ee/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2001/02/26 20:19:45 tron Exp $
+# $NetBSD: Makefile,v 1.21 2001/09/27 23:18:10 jlam Exp $
DISTNAME= ee-0.3.12
CATEGORIES= x11 gnome
@@ -8,7 +8,7 @@ MAINTAINER= root@garbled.net
HOMEPAGE= http://www.gnome.org/
COMMENT= Image viewer based on imlib by the Rasterman. Gtk clone of xv
-DEPENDS+= gnome-core-*:../../x11/gnome-core
+DEPENDS+= gnome-core-[0-9]*:../../x11/gnome-core
GNU_CONFIGURE= # defined
USE_X11BASE= # defined
diff --git a/graphics/flashplayer/Makefile b/graphics/flashplayer/Makefile
index 964f38df30c..fb28032324d 100644
--- a/graphics/flashplayer/Makefile
+++ b/graphics/flashplayer/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2001/02/16 15:22:17 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2001/09/27 23:18:10 jlam Exp $
#
PKGNAME= ${DISTNAME:C/-/player-/}
COMMONDIR= ../libflash
-DEPENDS+= libflash-*:${COMMONDIR}
+DEPENDS+= libflash-[0-9]*:${COMMONDIR}
COMMENT= standalone open source flash(tm) player
diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile
index 2b103c5b18a..796ae0ae407 100644
--- a/graphics/geomview/Makefile
+++ b/graphics/geomview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2001/09/08 19:55:46 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2001/09/27 23:18:11 jlam Exp $
DISTNAME= geomview-1.8.1
CATEGORIES= graphics math
@@ -8,7 +8,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.geomview.org
COMMENT= Interactive geometry viewing program
-CONFLICTS= ImageMagick-* # both have a program named 'animate'
+CONFLICTS= ImageMagick-[0-9]* # both have a program named 'animate'
USE_BUILDLINK_ONLY= yes
GNU_CONFIGURE= yes
diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile
index 092c5058ee6..58c6ec90132 100644
--- a/graphics/giflib/Makefile
+++ b/graphics/giflib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2001/07/14 12:37:54 jlam Exp $
+# $NetBSD: Makefile,v 1.32 2001/09/27 23:18:11 jlam Exp $
#
DISTNAME= giflib-4.1.0
@@ -9,7 +9,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://prtr-13.ucsc.edu/~badger/software/libungif/index.shtml
COMMENT= Tools and library routines for working with GIF images
-CONFLICTS= libungif-*
+CONFLICTS= libungif-[0-9]*
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile
index cdf7e9071e2..dad879a2633 100644
--- a/graphics/giram/Makefile
+++ b/graphics/giram/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2001/02/25 04:17:51 hubertf Exp $
+# $NetBSD: Makefile,v 1.16 2001/09/27 23:18:11 jlam Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1999/06/19 17:38:24 cpiazza Exp $
DISTNAME= Giram-0.1.2
@@ -10,9 +10,9 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.minet.net/giram/
COMMENT= Giram is Really A Modeller
-DEPENDS+= esound-*:../../audio/esound
-DEPENDS+= gnome-libs-*:../../x11/gnome-libs
-DEPENDS+= povray-*:../../graphics/povray
+DEPENDS+= esound-[0-9]*:../../audio/esound
+DEPENDS+= gnome-libs-[0-9]*:../../x11/gnome-libs
+DEPENDS+= povray-[0-9]*:../../graphics/povray
USE_X11= yes
USE_MESA= yes
diff --git a/graphics/glu/Makefile b/graphics/glu/Makefile
index 124072942b9..d4cb8298efd 100644
--- a/graphics/glu/Makefile
+++ b/graphics/glu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/07/06 00:49:06 fredb Exp $
+# $NetBSD: Makefile,v 1.10 2001/09/27 23:18:11 jlam Exp $
#
.include "../Mesa/Makefile.common"
@@ -13,7 +13,7 @@ MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.mesa3d.org/
COMMENT= GLU polygon tesselation facility for Mesa
-CONFLICTS+= Mesa-glx-*
+CONFLICTS+= Mesa-glx-[0-9]*
CONFLICTS+= Mesa<3.2.1
WRKSRC= ${WRKDIR}/${DISTNAME:C/Lib//}
diff --git a/graphics/glut/Makefile b/graphics/glut/Makefile
index 89d4ddef413..d1b236267b6 100644
--- a/graphics/glut/Makefile
+++ b/graphics/glut/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/08/29 22:41:18 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2001/09/27 23:18:12 jlam Exp $
#
.include "../Mesa/Makefile.common"
@@ -15,7 +15,7 @@ MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.mesa3d.org/
COMMENT= GLUT Graphics library similar to SGI's OpenGL
-CONFLICTS+= Mesa-glx-*
+CONFLICTS+= Mesa-glx-[0-9]*
CONFLICTS+= Mesa<3.2.1
USE_BUILDLINK_ONLY= yes
diff --git a/graphics/hp2xx/Makefile b/graphics/hp2xx/Makefile
index 8c170e6b57e..12bb96c75b1 100644
--- a/graphics/hp2xx/Makefile
+++ b/graphics/hp2xx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2001/05/22 09:32:20 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2001/09/27 23:18:12 jlam Exp $
#
DISTNAME= hp2xx-3.4.0
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.gnu.org/software/hp2xx/hp2xx.html
COMMENT= HPGL converter and previewer
DEPENDS+= png>=1.0.11:../../graphics/png
-DEPENDS+= tiff-*:../../graphics/tiff
+DEPENDS+= tiff-[0-9]*:../../graphics/tiff
USE_X11= yes
INFO_FILES= hp2xx.info
diff --git a/graphics/libungif/Makefile b/graphics/libungif/Makefile
index 04da2d78532..7851850ecb5 100644
--- a/graphics/libungif/Makefile
+++ b/graphics/libungif/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2001/07/14 12:37:54 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2001/09/27 23:18:12 jlam Exp $
#
DISTNAME= libungif-4.1.0
@@ -9,7 +9,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://prtr-13.ucsc.edu/~badger/software/libungif/index.shtml
COMMENT= Tools and library routines for working with GIF images
-CONFLICTS= giflib-*
+CONFLICTS= giflib-[0-9]*
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
diff --git a/graphics/magicpoint/Makefile b/graphics/magicpoint/Makefile
index e3451bb867f..73af80b3f71 100644
--- a/graphics/magicpoint/Makefile
+++ b/graphics/magicpoint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2001/08/22 17:38:58 jlam Exp $
+# $NetBSD: Makefile,v 1.27 2001/09/27 23:18:12 jlam Exp $
DISTNAME= magicpoint-1.08a
CATEGORIES= x11 graphics
@@ -8,7 +8,7 @@ MAINTAINER= itojun@itojun.org
HOMEPAGE= http://www.Mew.org/mgp/
COMMENT= X11 based presentation tool
-CONFLICTS= mgp-*
+CONFLICTS= mgp-[0-9]*
GNU_CONFIGURE= yes
USE_IMAKE= yes
diff --git a/graphics/pgraf/Makefile b/graphics/pgraf/Makefile
index 163bc8ddad7..75d81e235b8 100644
--- a/graphics/pgraf/Makefile
+++ b/graphics/pgraf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/04/28 23:59:19 jtb Exp $
+# $NetBSD: Makefile,v 1.6 2001/09/27 23:18:12 jlam Exp $
DISTNAME= pgraf-20010131
CATEGORIES= graphics
@@ -10,7 +10,7 @@ COMMENT= Portable graphics system
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
USE_X11= YES
-CONFLICTS= pgp5-* # Both have a `pgps' executable
+CONFLICTS= pgp5-[0-9]* # Both have a `pgps' executable
post-install:
${INSTALL_DATA} ${WRKSRC}/include/pgraf.h ${PREFIX}/include
diff --git a/graphics/s10sh/Makefile b/graphics/s10sh/Makefile
index c50e455c558..7da4a05e27a 100644
--- a/graphics/s10sh/Makefile
+++ b/graphics/s10sh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/03/28 16:52:42 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2001/09/27 23:18:13 jlam Exp $
#
DISTNAME= s10sh-0.2.0
@@ -9,7 +9,7 @@ MAINTAINER= drochner@netbsd.org
HOMEPAGE= http://www.kyuzz.org/antirez/s10sh
COMMENT= USB/serial userspace driver for Canon PowerShot cameras
-DEPENDS+= libusb-*:../../devel/libusb
+DEPENDS+= libusb-[0-9]*:../../devel/libusb
HAS_CONFIGURE= yes
diff --git a/graphics/scigraphica/Makefile b/graphics/scigraphica/Makefile
index 5699936f7d4..a86f49c9565 100644
--- a/graphics/scigraphica/Makefile
+++ b/graphics/scigraphica/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/07/11 10:39:09 drochner Exp $
+# $NetBSD: Makefile,v 1.6 2001/09/27 23:18:13 jlam Exp $
#
DISTNAME= sg-0.7.0
@@ -10,11 +10,11 @@ MAINTAINER= drochner@netbsd.org
HOMEPAGE= http://scigraphica.sourceforge.net/
COMMENT= data analysis and technical graphics
-DEPENDS+= gtk+-*:../../x11/gtk
+DEPENDS+= gtk+-[0-9]*:../../x11/gtk
DEPENDS+= gtk+extra>=0.99.14:../../x11/gtk+extra
-DEPENDS+= imlib-*:../../graphics/imlib
-DEPENDS+= libxml-*:../../textproc/libxml
-DEPENDS+= py-Numeric-*:../../math/py-Numeric
+DEPENDS+= imlib-[0-9]*:../../graphics/imlib
+DEPENDS+= libxml-[0-9]*:../../textproc/libxml
+DEPENDS+= py-Numeric-[0-9]*:../../math/py-Numeric
DEPENDS+= readline>=4.0:../../devel/readline
USE_X11= yes
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile
index 00166a27ae2..ca00a96bb39 100644
--- a/graphics/urt/Makefile
+++ b/graphics/urt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2001/09/09 20:36:30 agc Exp $
+# $NetBSD: Makefile,v 1.21 2001/09/27 23:18:13 jlam Exp $
# FreeBSD Id: Makefile,v 1.6 1998/02/11 08:48:26 tg Exp
DISTNAME= urt
@@ -14,7 +14,7 @@ PATCH_DIST_STRIP=-p1
MAINTAINER= packages@netbsd.org
COMMENT= Utah raster toolkit - a toolkit and library for raster image processing
-#DEPENDS+= tiff-*:../tiff # netpbm will pull in tiff.
+#DEPENDS+= tiff-[0-9]*:../tiff # netpbm will pull in tiff.
DEPENDS+= netpbm-9.*:../netpbm
EXTRACT_ONLY= urt-3.1b.tar.Z
diff --git a/graphics/win32-codecs/Makefile b/graphics/win32-codecs/Makefile
index e4c2a92a8ca..8517c094859 100644
--- a/graphics/win32-codecs/Makefile
+++ b/graphics/win32-codecs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/04/12 20:48:03 zuntum Exp $
+# $NetBSD: Makefile,v 1.2 2001/09/27 23:18:13 jlam Exp $
#
DISTNAME= binaries-${CODEC_VERSION}
@@ -12,7 +12,7 @@ DISTFILES= ${DISTNAME}.zip wmvds32.ax.gz
MAINTAINER= zuntum@netbsd.org
COMMENT= Huge compilation of Win32 binary codecs, including MPEG-4(DivX ;-))
-BUILD_DEPENDS= unzip-*:../../archivers/unzip
+BUILD_DEPENDS= unzip-[0-9]*:../../archivers/unzip
EXTRACT_ONLY= #
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile
index cf3b3ac0b34..8cd261a10d8 100644
--- a/graphics/xpaint/Makefile
+++ b/graphics/xpaint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2001/05/22 09:32:23 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2001/09/27 23:18:13 jlam Exp $
# FreeBSD Id: Makefile,v 1.14 1997/08/29 12:17:50 tg Exp
DISTNAME= xpaint-2.6.1
@@ -10,7 +10,7 @@ MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://home.worldonline.dk/~torsten/xpaint/
COMMENT= Simple paint program
-DEPENDS+= tiff-*:../../graphics/tiff
+DEPENDS+= tiff-[0-9]*:../../graphics/tiff
DEPENDS+= jpeg-6b:../../graphics/jpeg
DEPENDS+= png>=1.0.11:../../graphics/png
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile
index 3be191b6843..5095219a8c1 100644
--- a/graphics/xpdf/Makefile
+++ b/graphics/xpdf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2001/08/29 22:41:19 jlam Exp $
+# $NetBSD: Makefile,v 1.27 2001/09/27 23:18:14 jlam Exp $
# FreeBSD Id: Makefile,v 1.12 1998/03/11 03:08:12 vanilla Exp
#
@@ -12,9 +12,9 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.foolabs.com/xpdf/
COMMENT= Display tool for PDF files
-DEPENDS+= ghostscript-fonts-*:../../fonts/ghostscript-fonts
+DEPENDS+= ghostscript-fonts-[0-9]*:../../fonts/ghostscript-fonts
-CONFLICTS= xpdf-crypto-*
+CONFLICTS= xpdf-crypto-[0-9]*
USE_BUILDLINK_ONLY= YES
USE_X11BASE= YES
diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile
index 2cdd970ccfb..031ccf5328d 100644
--- a/graphics/xsane/Makefile
+++ b/graphics/xsane/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2001/08/28 14:32:22 rh Exp $
+# $NetBSD: Makefile,v 1.30 2001/09/27 23:18:14 jlam Exp $
#
DISTNAME= xsane-0.79
@@ -21,7 +21,7 @@ BUILD_USES_MSGFMT= yes
DEPENDS+= jpeg-6b:../../graphics/jpeg
DEPENDS+= gtk+>=1.2.5:../../x11/gtk
DEPENDS+= png>=1.0.11:../../graphics/png
-DEPENDS+= tiff-*:../../graphics/tiff
+DEPENDS+= tiff-[0-9]*:../../graphics/tiff
DEPENDS+= gimp>=1.0.4:../../graphics/gimp
DEPENDS+= sane-backends>=1.0.4:../../graphics/sane-backends
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile
index 2ee19e1796d..0b3194fc215 100644
--- a/graphics/xv/Makefile
+++ b/graphics/xv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2001/07/08 21:40:48 tron Exp $
+# $NetBSD: Makefile,v 1.39 2001/09/27 23:18:14 jlam Exp $
DISTNAME= xv-3.10a
PKGNAME= ${DISTNAME}nb1
@@ -17,7 +17,7 @@ HOMEPAGE= http://www.trilon.com/xv/
COMMENT= X11 program that displays images of various formats
DEPENDS+= png>=1.0.11:../png
-DEPENDS+= tiff-*:../../graphics/tiff
+DEPENDS+= tiff-[0-9]*:../../graphics/tiff
USE_IMAKE= YES