aboutsummaryrefslogtreecommitdiff
path: root/graphics/tiff
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-05-06 15:43:21 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-05-06 15:43:21 +0000
commitc68b48332ab94ca6cbe56910ead30a2dbfe67132 (patch)
tree64aa54e5cb95548b0d9adc93bb1aa91817cb9795 /graphics/tiff
parent9f4efb6798203eaee804ac1828da5289539bd667 (diff)
downloadports-c68b48332ab94ca6cbe56910ead30a2dbfe67132.tar.gz
ports-c68b48332ab94ca6cbe56910ead30a2dbfe67132.zip
Convert to USES=libtool.
Notes
Notes: svn path=/head/; revision=353099
Diffstat (limited to 'graphics/tiff')
-rw-r--r--graphics/tiff/Makefile6
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