diff options
author | Steve Price <steve@FreeBSD.org> | 1999-09-07 10:45:31 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-09-07 10:45:31 +0000 |
commit | ec1b2d16edeedc0bda532cc44f668ce6b6a8a8dd (patch) | |
tree | 1d344968c5ecdfe759d80ad4c74aa976f7d4f8fa /print/pdflib3 | |
parent | Activate the tiff port and deactivate tiff34. (diff) |
The tiff port now lives in ports/graphics/tiff.
Notes
Notes:
svn path=/head/; revision=21367
Diffstat (limited to 'print/pdflib3')
-rw-r--r-- | print/pdflib3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/pdflib3/Makefile b/print/pdflib3/Makefile index 6b8bcbe4313e..95da15faf5e8 100644 --- a/print/pdflib3/Makefile +++ b/print/pdflib3/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.ifconnection.de/~tm/pdflib/ \ MAINTAINER= dirk@FreeBSD.org RUN_DEPENDS= ${PREFIX}/lib/afm/Courier:${PORTSDIR}/print/afm -LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff34 \ +LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ jpeg.9:${PORTSDIR}/graphics/jpeg FETCH_BEFORE_ARGS= -b |