aboutsummaryrefslogtreecommitdiff
path: root/graphics/mozjpeg
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-23 13:47:58 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-23 13:47:58 +0000
commitc422bcec97b3b5acf063a0b8493df8211a180d1e (patch)
tree055a3999644e992cec03e034bd7334e98aa7adf0 /graphics/mozjpeg
parentef265a4dde0b388f043dc7334186f092a65200aa (diff)
downloadports-c422bcec97b3b5acf063a0b8493df8211a180d1e.tar.gz
ports-c422bcec97b3b5acf063a0b8493df8211a180d1e.zip
- Switch to USES=libtool
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=358948
Diffstat (limited to 'graphics/mozjpeg')
-rw-r--r--graphics/mozjpeg/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/mozjpeg/Makefile b/graphics/mozjpeg/Makefile
index 888324e6bef5..207ae1e313d8 100644
--- a/graphics/mozjpeg/Makefile
+++ b/graphics/mozjpeg/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mozjpeg
PORTVERSION= 1.0.1
+PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= horia@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} \