From 516e2a1d62701ea495d2f32e2f9195cbcfab5f9c Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Sun, 22 Jun 2014 17:35:24 +0000 Subject: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket --- textproc/xmlwrapp/Makefile | 6 +++--- textproc/xmlwrapp/pkg-plist | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'textproc/xmlwrapp') diff --git a/textproc/xmlwrapp/Makefile b/textproc/xmlwrapp/Makefile index f5eff02db566..014bd8fb0994 100644 --- a/textproc/xmlwrapp/Makefile +++ b/textproc/xmlwrapp/Makefile @@ -3,7 +3,7 @@ PORTNAME= xmlwrapp PORTVERSION= 0.7.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= SF @@ -22,9 +22,9 @@ OPTIONS_SUB= yes XSLT_USE= gnome=libxslt XSLT_CONFIGURE_ENABLE= xslt -USES= pathfix pkgconfig +USES= pathfix pkgconfig libtool USE_GNOME= libxml2 -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules USE_LDCONFIG= yes diff --git a/textproc/xmlwrapp/pkg-plist b/textproc/xmlwrapp/pkg-plist index e2979179a776..44bcab9d4f28 100644 --- a/textproc/xmlwrapp/pkg-plist +++ b/textproc/xmlwrapp/pkg-plist @@ -16,13 +16,13 @@ include/xmlwrapp/xmlwrapp.h %%XSLT%%include/xsltwrapp/stylesheet.h %%XSLT%%include/xsltwrapp/xsltwrapp.h lib/libxmlwrapp.a -lib/libxmlwrapp.la lib/libxmlwrapp.so lib/libxmlwrapp.so.6 +lib/libxmlwrapp.so.6.0.0 %%XSLT%%lib/libxsltwrapp.a %%XSLT%%lib/libxsltwrapp.so -%%XSLT%%lib/libxsltwrapp.la %%XSLT%%lib/libxsltwrapp.so.4 +%%XSLT%%lib/libxsltwrapp.so.4.0.0 libdata/pkgconfig/xmlwrapp.pc %%XSLT%%libdata/pkgconfig/xsltwrapp.pc %%XSLT%%@dirrm include/xsltwrapp -- cgit