diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-04 07:21:06 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-04 07:21:06 +0000 |
commit | aacfcb319e314143f054167c514a66d64afa590b (patch) | |
tree | e924bf1d7b1613f2574b7b93ee72d9732501c5e0 /graphics/tiff2png/Makefile | |
parent | 6db96c05006f9dc75e9717730eb1a12a7476f363 (diff) | |
download | ports-aacfcb319e314143f054167c514a66d64afa590b.tar.gz ports-aacfcb319e314143f054167c514a66d64afa590b.zip |
Notes
Diffstat (limited to 'graphics/tiff2png/Makefile')
-rw-r--r-- | graphics/tiff2png/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/tiff2png/Makefile b/graphics/tiff2png/Makefile index 2d3f4dd9c13b..80d2cdb9f6a6 100644 --- a/graphics/tiff2png/Makefile +++ b/graphics/tiff2png/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.cdrom.com/pub/png/src/ \ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ - png.3:${PORTSDIR}/graphics/png + png.4:${PORTSDIR}/graphics/png MAKE_ARGS= -E INSTALL MAKE_ENV= INSTALL="${PREFIX}" |