diff options
author | dinoex <dinoex@FreeBSD.org> | 2013-04-23 04:04:57 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2013-04-23 04:04:57 +0800 |
commit | 939120254dba7eff96b6b35f764df8796c2fce45 (patch) | |
tree | a114f48daf90d516f4a87c363197c8e253614c7d /graphics/tiff | |
parent | 32984354f31f2a0af2e781673718091eeeebee0b (diff) | |
download | freebsd-ports-gnome-939120254dba7eff96b6b35f764df8796c2fce45.tar.gz freebsd-ports-gnome-939120254dba7eff96b6b35f764df8796c2fce45.tar.zst freebsd-ports-gnome-939120254dba7eff96b6b35f764df8796c2fce45.zip |
- make portlint happier
PR: 176919
Diffstat (limited to 'graphics/tiff')
-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 \ |