svn commit: r358948 - head/graphics/mozjpeg

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jun 23 13:47:59 UTC 2014


Author: amdmi3
Date: Mon Jun 23 13:47:58 2014
New Revision: 358948
URL: http://svnweb.freebsd.org/changeset/ports/358948
QAT: https://qat.redports.org/buildarchive/r358948/

Log:
  - Switch to USES=libtool
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/mozjpeg/Makefile

Modified: head/graphics/mozjpeg/Makefile
==============================================================================
--- head/graphics/mozjpeg/Makefile	Mon Jun 23 13:47:16 2014	(r358947)
+++ head/graphics/mozjpeg/Makefile	Mon Jun 23 13:47:58 2014	(r358948)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mozjpeg
 PORTVERSION=	1.0.1
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	horia at racoviceanu.com
@@ -15,7 +16,8 @@ GH_ACCOUNT=	mozilla
 GH_TAGNAME=	${GH_COMMIT}
 GH_COMMIT=	0c7449c
 
-USE_AUTOTOOLS=	aclocal autoconf autoheader automake libtool libtoolize
+USES=		libtool:oldver
+USE_AUTOTOOLS=	aclocal autoconf autoheader automake libtoolize
 USE_LDCONFIG=	${PREFIX}/include/${PORTNAME} ${PREFIX}/lib/${PORTNAME}
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--docdir=${PREFIX}/share/doc/${PORTNAME} \


More information about the svn-ports-head mailing list