diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-21 20:33:10 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-21 20:33:10 +0800 |
commit | 79aeb55db42f4ba6a1f69ebca1ce8c1ce9507fc2 (patch) | |
tree | 537d3734ded21614c97b1afe7e278fb225d4a33a /textproc | |
parent | 66cdfaf7141df2b49273b90c720202634ed9aeec (diff) | |
download | freebsd-ports-gnome-79aeb55db42f4ba6a1f69ebca1ce8c1ce9507fc2.tar.gz freebsd-ports-gnome-79aeb55db42f4ba6a1f69ebca1ce8c1ce9507fc2.tar.zst freebsd-ports-gnome-79aeb55db42f4ba6a1f69ebca1ce8c1ce9507fc2.zip |
- Drop .la files, no dependees require them
Approved by: portmgr blanket
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xerces-c3/Makefile | 4 | ||||
-rw-r--r-- | textproc/xerces-c3/pkg-plist | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/textproc/xerces-c3/Makefile b/textproc/xerces-c3/Makefile index a079c79d9162..5908479c17ca 100644 --- a/textproc/xerces-c3/Makefile +++ b/textproc/xerces-c3/Makefile @@ -3,7 +3,7 @@ PORTNAME= xerces-c3 PORTVERSION= 3.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= xerces/c/3/sources @@ -14,7 +14,7 @@ COMMENT= Validating XML parser from the Apache XML Project CONFLICTS= xerces-c2-[0-9]* xerces-c2-devel-[0-9]* -USES= gmake pathfix libtool:keepla +USES= gmake pathfix libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ diff --git a/textproc/xerces-c3/pkg-plist b/textproc/xerces-c3/pkg-plist index 89a909e3f191..925e64cc783f 100644 --- a/textproc/xerces-c3/pkg-plist +++ b/textproc/xerces-c3/pkg-plist @@ -19,7 +19,6 @@ lib/libxerces-c-3.1.so lib/libxerces-c.so.3 lib/libxerces-c.so lib/libxerces-c.a -lib/libxerces-c.la include/xercesc/dom/DOM.hpp include/xercesc/dom/DOMAttr.hpp include/xercesc/dom/DOMCDATASection.hpp |