mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
2863b04602
commit
f9f5cba57e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362745
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= curlpp
|
||||
PORTVERSION= 0.7.3
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= ftp
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
@ -21,7 +21,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
|
||||
GNU_CONFIGURE= yes
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
USE_LDCONFIG= yes
|
||||
USES= pathfix
|
||||
USES= libtool pathfix
|
||||
|
||||
BOOST_BUILD_DEPENDS= boost-libs>=1.20.0:${PORTSDIR}/devel/boost-libs
|
||||
BOOST_RUN_DEPENDS= ${BOOST_BUILD_DEPENDS}
|
||||
|
@ -60,13 +60,13 @@ include/utilspp/singleton/PrivateMembers.inl
|
||||
include/utilspp/singleton/SingletonHolder.hpp
|
||||
include/utilspp/singleton/SingletonHolder.inl
|
||||
lib/libcurlpp.a
|
||||
lib/libcurlpp.la
|
||||
lib/libcurlpp.so
|
||||
lib/libcurlpp.so.0
|
||||
lib/libcurlpp.so.0.0.2
|
||||
lib/libutilspp.a
|
||||
lib/libutilspp.la
|
||||
lib/libutilspp.so
|
||||
lib/libutilspp.so.0
|
||||
lib/libutilspp.so.0.0.0
|
||||
libdata/pkgconfig/curlpp.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/guide.pdf
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
|
||||
|
Loading…
Reference in New Issue
Block a user