diff options
author | jlam <jlam> | 1999-10-08 21:12:47 +0000 |
---|---|---|
committer | jlam <jlam> | 1999-10-08 21:12:47 +0000 |
commit | 62d357cb1e9435f8042f4a1b76e258dae985c2ac (patch) | |
tree | 146f3a63eb7a06d19c6a65f740ab23ad15dda2ab /textproc/ted | |
parent | ecbae3a7687125f9c992976600359cca1ddcb56a (diff) | |
download | pkgsrc-62d357cb1e9435f8042f4a1b76e258dae985c2ac.tar.gz |
Change to use wildcard dependency on tiff.
Diffstat (limited to 'textproc/ted')
-rw-r--r-- | textproc/ted/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |