diff options
-rw-r--r-- | graphics/imageworsener/Makefile | 5 | ||||
-rw-r--r-- | graphics/imageworsener/pkg-plist | 4 |
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 |