diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-09-13 07:06:39 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-09-13 07:06:39 +0000 |
commit | 51a336fefc2e8a176d136daf2f7eb6c6dd941811 (patch) | |
tree | 9fb526c8ab9fa40877997ae8c80188d1aed30a4c /textproc/sablotron | |
parent | 2f6c774c9e64a55680f22b480423fe5b33709402 (diff) | |
download | ports-51a336fefc2e8a176d136daf2f7eb6c6dd941811.tar.gz ports-51a336fefc2e8a176d136daf2f7eb6c6dd941811.zip |
Notes
Diffstat (limited to 'textproc/sablotron')
-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 |