svn commit: r353099 - head/graphics/tiff
Tijl Coosemans
tijl at FreeBSD.org
Tue May 6 15:43:21 UTC 2014
Author: tijl
Date: Tue May 6 15:43:21 2014
New Revision: 353099
URL: http://svnweb.freebsd.org/changeset/ports/353099
QAT: https://qat.redports.org/buildarchive/r353099/
Log:
Convert to USES=libtool.
Modified:
head/graphics/tiff/Makefile
Modified: head/graphics/tiff/Makefile
==============================================================================
--- head/graphics/tiff/Makefile Tue May 6 15:43:12 2014 (r353098)
+++ head/graphics/tiff/Makefile Tue May 6 15:43:21 2014 (r353099)
@@ -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
More information about the svn-ports-all
mailing list