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/dc20ctrl/Makefile | |
parent | 99249f70296a7c82fcf6e43aea94158863b10a3a (diff) | |
download | ports-ec1b2d16edeedc0bda532cc44f668ce6b6a8a8dd.tar.gz ports-ec1b2d16edeedc0bda532cc44f668ce6b6a8a8dd.zip |
Notes
Diffstat (limited to 'graphics/dc20ctrl/Makefile')
-rw-r--r-- | graphics/dc20ctrl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/dc20ctrl/Makefile b/graphics/dc20ctrl/Makefile index d56224d07848..20062a37c0b2 100644 --- a/graphics/dc20ctrl/Makefile +++ b/graphics/dc20ctrl/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://aguirre.dsi.unifi.it/~paterno/binaries/ MAINTAINER= paterno@dsi.unifi.it LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - tiff.4:${PORTSDIR}/graphics/tiff34 \ + tiff.4:${PORTSDIR}/graphics/tiff \ png.3:${PORTSDIR}/graphics/png MAKE_FLAGS= -DUSE_JPEG -DUSE_TIFF -DUSE_PNG |