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 /graphics/xsane/Makefile | |
parent | 3f8397ae99cf387af9d3c8ed777c1d00d1a587ae (diff) | |
download | pkgsrc-d043b6411c3e9bfa3a22e42ec80e8f0623dabf46.tar.gz |
Change to use wildcard dependency on tiff.
Diffstat (limited to 'graphics/xsane/Makefile')
-rw-r--r-- | graphics/xsane/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |