- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
cf64c63afe
commit
301eafe0f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360270
2 changed files with 3 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= uatraits
|
||||
PORTVERSION= 20130430
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel www
|
||||
MASTER_SITES= http://people.freebsd.org/~demon/
|
||||
|
||||
|
@ -17,7 +17,7 @@ LIB_DEPENDS= libboost_python.so:${PORTSDIR}/devel/boost-python-libs \
|
|||
libpcre.so:${PORTSDIR}/devel/pcre \
|
||||
libxml2.so:${PORTSDIR}/textproc/libxml2
|
||||
|
||||
USES= pkgconfig
|
||||
USES= libtool pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
USE_PYTHON= yes
|
||||
USE_OPENSSL= yes
|
||||
|
|
|
@ -33,11 +33,10 @@ include/uatraits/forward.hpp
|
|||
include/uatraits/shared.hpp
|
||||
include/uatraits/shared_ptr.hpp
|
||||
lib/libuatraits.a
|
||||
lib/libuatraits.la
|
||||
lib/libuatraits.so
|
||||
lib/libuatraits.so.0
|
||||
lib/libuatraits.so.0.0.0
|
||||
%%PYTHON_SITELIBDIR%%/uatraits.a
|
||||
%%PYTHON_SITELIBDIR%%/uatraits.la
|
||||
%%PYTHON_SITELIBDIR%%/uatraits.so
|
||||
share/uatraits/browser.xml
|
||||
share/uatraits/browser.xsd
|
||||
|
|
Loading…
Reference in a new issue