Date: Mon, 5 May 2014 11:35:21 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352995 - head/graphics/jpeg Message-ID: <201405051135.s45BZLhH049845@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Mon May 5 11:35:21 2014 New Revision: 352995 URL: http://svnweb.freebsd.org/changeset/ports/352995 QAT: https://qat.redports.org/buildarchive/r352995/ Log: Convert to USES=libtool. Modified: head/graphics/jpeg/Makefile Modified: head/graphics/jpeg/Makefile ============================================================================== --- head/graphics/jpeg/Makefile Mon May 5 11:33:59 2014 (r352994) +++ head/graphics/jpeg/Makefile Mon May 5 11:35:21 2014 (r352995) @@ -3,7 +3,7 @@ PORTNAME= jpeg PORTVERSION= 8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://www.ijg.org/files/ \ http://sylvana.net/jpegcrop/:exif @@ -20,9 +20,10 @@ CONFLICTS= libjpeg-turbo-[0-9]* WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION2} DISTVERSION2= 8d -USE_AUTOTOOLS= libtool +# TODO: Remove :oldver together with patch-configure. +USES= libtool:oldver +GNU_CONFIGURE= yes USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-shared --enable-static ADDITIONAL_HEADER= jinclude.h jpegint.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405051135.s45BZLhH049845>