diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-04-22 20:04:57 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-04-22 20:04:57 +0000 |
commit | 5fbd77e51d83699507eb0c57b0c2cd78a0dd6069 (patch) | |
tree | a114f48daf90d516f4a87c363197c8e253614c7d | |
parent | 56fc4717cd8e4025499591bb0730934b4b256798 (diff) | |
download | ports-5fbd77e51d83699507eb0c57b0c2cd78a0dd6069.tar.gz ports-5fbd77e51d83699507eb0c57b0c2cd78a0dd6069.zip |
Notes
-rw-r--r-- | graphics/tiff/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 5bd57d12e5a0..054f15138df1 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -10,12 +10,12 @@ MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \ MAINTAINER= dinoex@FreeBSD.org COMMENT= Tools and library routines for working with TIFF images -LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ - jbig:${PORTSDIR}/graphics/jbigkit - LICENSE= BSD LICENSE_FILE= ${WRKSRC}/COPYRIGHT +LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ + jbig:${PORTSDIR}/graphics/jbigkit + USE_LDCONFIG= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS+= --with-jpeg-include-dir=${LOCALBASE}/include \ |