Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jun 2014 10:40:16 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357293 - in head/textproc: libabw libe-book librevenge
Message-ID:  <201406101040.s5AAeGsV018822@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406101040.s5AAeGsV018822>