diff options
author | tijl <tijl@FreeBSD.org> | 2014-05-06 23:43:21 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-05-06 23:43:21 +0800 |
commit | fc57614349d01b110a63ad270ba69f306481a365 (patch) | |
tree | 64aa54e5cb95548b0d9adc93bb1aa91817cb9795 /graphics | |
parent | 7d4f4ea85d6319e00f5211d61f88472ef8dfa659 (diff) | |
download | freebsd-ports-gnome-fc57614349d01b110a63ad270ba69f306481a365.tar.gz freebsd-ports-gnome-fc57614349d01b110a63ad270ba69f306481a365.tar.zst freebsd-ports-gnome-fc57614349d01b110a63ad270ba69f306481a365.zip |
Convert to USES=libtool.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tiff/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 56a46e552963..c0d8ae297caf 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -3,7 +3,7 @@ PORTNAME= tiff PORTVERSION= 4.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \ http://download.osgeo.org/libtiff/ @@ -17,8 +17,10 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libjbig.so:${PORTSDIR}/graphics/jbigkit +#TODO: Remove :oldver together with VERSION_INFO patching in pre-configure. +USES= libtool:oldver USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-jpeg-include-dir=${LOCALBASE}/include \ --with-jpeg-lib-dir=${LOCALBASE}/lib |