diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-17 19:23:05 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-17 19:23:05 +0800 |
commit | e1b7097d3c481c88f20c5096a2e36e4e6d06e497 (patch) | |
tree | 88e4fec7b80a752394ca9b83608d55fef499eba3 | |
parent | 33ee2753808e76a480152eedf66fc40e6b792970 (diff) | |
download | freebsd-ports-gnome-e1b7097d3c481c88f20c5096a2e36e4e6d06e497.tar.gz freebsd-ports-gnome-e1b7097d3c481c88f20c5096a2e36e4e6d06e497.tar.zst freebsd-ports-gnome-e1b7097d3c481c88f20c5096a2e36e4e6d06e497.zip |
- Drop .la files, no dependees require them
Approved by: portmgr blanket
-rw-r--r-- | net/xmlrpc-epi/Makefile | 4 | ||||
-rw-r--r-- | net/xmlrpc-epi/pkg-plist | 1 |
2 files changed, 2 insertions, 3 deletions
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 |