svn commit: r357293 - in head/textproc: libabw libe-book librevenge

Baptiste Daroussin bapt at FreeBSD.org
Tue Jun 10 10:40:17 UTC 2014


Author: bapt
Date: Tue Jun 10 10:40:16 2014
New Revision: 357293
URL: http://svnweb.freebsd.org/changeset/ports/357293
QAT: https://qat.redports.org/buildarchive/r357293/

Log:
  Add missing USE_LDCONFIG

Modified:
  head/textproc/libabw/Makefile
  head/textproc/libe-book/Makefile
  head/textproc/librevenge/Makefile

Modified: head/textproc/libabw/Makefile
==============================================================================
--- head/textproc/libabw/Makefile	Tue Jun 10 10:38:48 2014	(r357292)
+++ head/textproc/libabw/Makefile	Tue Jun 10 10:40:16 2014	(r357293)
@@ -17,6 +17,7 @@ BUILD_DEPENDS=	${LOCALBASE}/include/boos
 LIB_DEPENDS=	librevenge-0.0.so:${PORTSDIR}/textproc/librevenge
 
 USES=		libtool pathfix pkgconfig tar:xz
+USE_LDCONFIG=	yes
 USE_GNOME=	libxml2
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip

Modified: head/textproc/libe-book/Makefile
==============================================================================
--- head/textproc/libe-book/Makefile	Tue Jun 10 10:38:48 2014	(r357292)
+++ head/textproc/libe-book/Makefile	Tue Jun 10 10:40:16 2014	(r357293)
@@ -20,6 +20,7 @@ LIB_DEPENDS=	libicui18n.so:${PORTSDIR}/d
 USE_GNOME=	libxml2
 
 USES=		gmake libtool pathfix pkgconfig tar:xz
+USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ZLIB_CFLAGS="-DWEHAVEZLIBINBASE" ZLIB_LIBS="-DWEDOHAVEIT"
 INSTALL_TARGET=	install-strip

Modified: head/textproc/librevenge/Makefile
==============================================================================
--- head/textproc/librevenge/Makefile	Tue Jun 10 10:38:48 2014	(r357292)
+++ head/textproc/librevenge/Makefile	Tue Jun 10 10:40:16 2014	(r357293)
@@ -12,6 +12,7 @@ LICENSE=	LGPL21 MPL
 LICENSE_COMB=	dual
 
 USES=		gmake libtool pathfix tar:xz
+USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 


More information about the svn-ports-head mailing list