From e1b7097d3c481c88f20c5096a2e36e4e6d06e497 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Wed, 17 Sep 2014 11:23:05 +0000 Subject: - Drop .la files, no dependees require them Approved by: portmgr blanket --- net/xmlrpc-epi/Makefile | 4 ++-- net/xmlrpc-epi/pkg-plist | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'net') diff --git a/net/xmlrpc-epi/Makefile b/net/xmlrpc-epi/Makefile index e181a2c48171..aecffd98fa15 100644 --- a/net/xmlrpc-epi/Makefile +++ b/net/xmlrpc-epi/Makefile @@ -3,7 +3,7 @@ PORTNAME= xmlrpc-epi PORTVERSION= 0.54.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-base/${PORTVERSION}/ @@ -14,7 +14,7 @@ LICENSE= MIT LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 -USES= gmake iconv libtool:keepla tar:bzip2 +USES= gmake iconv libtool tar:bzip2 USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} diff --git a/net/xmlrpc-epi/pkg-plist b/net/xmlrpc-epi/pkg-plist index 34c96003cdd2..c74679f6569a 100644 --- a/net/xmlrpc-epi/pkg-plist +++ b/net/xmlrpc-epi/pkg-plist @@ -14,7 +14,6 @@ include/xml_to_xmlrpc.h include/xmlrpc.h include/xmlrpc_introspection.h lib/libxmlrpc-epi.a -lib/libxmlrpc-epi.la lib/libxmlrpc-epi.so lib/libxmlrpc-epi.so.0 lib/libxmlrpc-epi.so.0.0.3 -- cgit