diff options
-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 |