- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
d1fcd0bb4b
commit
b9e97bfb5e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358815
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue