diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-23 01:35:24 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-23 01:35:24 +0800 |
commit | 516e2a1d62701ea495d2f32e2f9195cbcfab5f9c (patch) | |
tree | 44381a25d79e939be8d4578142e02a5c20297861 /textproc/xmlwrapp | |
parent | 7c4f001bb6a25255e7d0979b65815bbd67411cd9 (diff) | |
download | freebsd-ports-gnome-516e2a1d62701ea495d2f32e2f9195cbcfab5f9c.tar.gz freebsd-ports-gnome-516e2a1d62701ea495d2f32e2f9195cbcfab5f9c.tar.zst freebsd-ports-gnome-516e2a1d62701ea495d2f32e2f9195cbcfab5f9c.zip |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Diffstat (limited to 'textproc/xmlwrapp')
-rw-r--r-- | textproc/xmlwrapp/Makefile | 6 | ||||
-rw-r--r-- | textproc/xmlwrapp/pkg-plist | 4 |
2 files changed, 5 insertions, 5 deletions
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 |