diff options
-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 \ |