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