aboutsummaryrefslogtreecommitdiff
path: root/graphics/imageworsener
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-07-03 15:57:42 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-07-03 15:57:42 +0000
commit0e549b13c6b93cb716b4264ce554c6e619381a20 (patch)
tree59ffe9cadfce88dfdd58980177e623b586e91c65 /graphics/imageworsener
parentaf962652e8fea32eae2c9b3169844ce185ca5ae9 (diff)
downloadports-0e549b13c6b93cb716b4264ce554c6e619381a20.tar.gz
ports-0e549b13c6b93cb716b4264ce554c6e619381a20.zip
Notes
Diffstat (limited to 'graphics/imageworsener')
-rw-r--r--graphics/imageworsener/Makefile5
-rw-r--r--graphics/imageworsener/pkg-plist4
2 files changed, 5 insertions, 4 deletions
diff --git a/graphics/imageworsener/Makefile b/graphics/imageworsener/Makefile
index 97cb79bf8acb..0641bf8e5205 100644
--- a/graphics/imageworsener/Makefile
+++ b/graphics/imageworsener/Makefile
@@ -3,7 +3,7 @@
PORTNAME= imageworsener
PORTVERSION= 1.2.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://entropymine.com/imageworsener/ \
LOCAL/sunpoet
@@ -19,6 +19,7 @@ OPTIONS_DEFAULT=JPEG PNG WEBP
CONFIGURE_ARGS= --with-zlib-include-dir=${INCLUDEDIR} \
--with-zlib-lib-dir=${LIBDIR}
+USES= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
@@ -33,6 +34,6 @@ WEBP_CONFIGURE_ON= --with-webp-include-dir=${LOCALBASE}/include --with-webp-lib-
WEBP_LIB_DEPENDS= libwebp.so:${PORTSDIR}/graphics/webp
post-build:
- @${STRIP_CMD} ${WRKSRC}/.libs/libimageworsener.so.2
+ @${STRIP_CMD} ${WRKSRC}/.libs/libimageworsener.so
.include <bsd.port.mk>
diff --git a/graphics/imageworsener/pkg-plist b/graphics/imageworsener/pkg-plist
index 4512c4f5501f..d2fd28feb68e 100644
--- a/graphics/imageworsener/pkg-plist
+++ b/graphics/imageworsener/pkg-plist
@@ -1,6 +1,6 @@
bin/imagew
include/imagew.h
lib/libimageworsener.a
-lib/libimageworsener.la
lib/libimageworsener.so
-lib/libimageworsener.so.2
+lib/libimageworsener.so.1
+lib/libimageworsener.so.1.1.0