diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-13 15:06:39 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-13 15:06:39 +0800 |
commit | 2e70687af813e666b1af208f5bad4052482a11f5 (patch) | |
tree | 9fb526c8ab9fa40877997ae8c80188d1aed30a4c /textproc | |
parent | 3cdf9998e9559baa00c1a031be5cedabbe8944cb (diff) | |
download | freebsd-ports-gnome-2e70687af813e666b1af208f5bad4052482a11f5.tar.gz freebsd-ports-gnome-2e70687af813e666b1af208f5bad4052482a11f5.tar.zst freebsd-ports-gnome-2e70687af813e666b1af208f5bad4052482a11f5.zip |
- Drop .la files, no dependees require them
Approved by: portmgr blanket
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/sablotron/Makefile | 4 | ||||
-rw-r--r-- | textproc/sablotron/pkg-plist | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile index ad0982e7d8dd..e3fdca330d96 100644 --- a/textproc/sablotron/Makefile +++ b/textproc/sablotron/Makefile @@ -3,7 +3,7 @@ PORTNAME= Sablot PORTVERSION= 1.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= SF/sablotron/sablotron-${PORTVERSION} @@ -33,7 +33,7 @@ DOM_CONFIGURE_ENABLE= dom DOCUMENT_ERRORS_CONFIGURE_ENABLE= document-errors GNU_CONFIGURE= yes -USES= gmake iconv libtool:keepla +USES= gmake iconv libtool USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lexpat ${ICONV_LIB} diff --git a/textproc/sablotron/pkg-plist b/textproc/sablotron/pkg-plist index aa65aaa04da5..a0abcc0c6fa0 100644 --- a/textproc/sablotron/pkg-plist +++ b/textproc/sablotron/pkg-plist @@ -7,7 +7,6 @@ include/sdom.h include/shandler.h include/sxpath.h lib/libsablot.a -lib/libsablot.la lib/libsablot.so lib/libsablot.so.0 lib/libsablot.so.0.100.3 |