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 /graphics/libimg/Makefile | |
parent | 99249f70296a7c82fcf6e43aea94158863b10a3a (diff) | |
download | ports-ec1b2d16edeedc0bda532cc44f668ce6b6a8a8dd.tar.gz ports-ec1b2d16edeedc0bda532cc44f668ce6b6a8a8dd.zip |
Notes
Diffstat (limited to 'graphics/libimg/Makefile')
-rw-r--r-- | graphics/libimg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libimg/Makefile b/graphics/libimg/Makefile index 65ac90fe39c8..b25cda455666 100644 --- a/graphics/libimg/Makefile +++ b/graphics/libimg/Makefile @@ -16,7 +16,7 @@ MAINTAINER= gljohns@bellsouth.net LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 \ png.3:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - tiff.4:${PORTSDIR}/graphics/tiff34 + tiff.4:${PORTSDIR}/graphics/tiff WRKSRC= ${WRKDIR}/img1.1 |