Fwd: svn commit: r302913 - head/textproc/libvisio

Doug Barton dougb at FreeBSD.org
Wed Aug 22 01:24:31 UTC 2012


FYI .... the only consumer for libvisio is libreoffice, so =build is
safe here. But, I don't see a pkgconfig related line in the Makefile.
Does libreoffice need USE_PKGCONFIG= build as well?

Doug

-------- Original Message --------
Subject: svn commit: r302913 - head/textproc/libvisio
Date: Wed, 22 Aug 2012 00:12:21 +0000 (UTC)
From: Doug Barton <dougb at FreeBSD.org>
To: ports-committers at freebsd.org, svn-ports-all at freebsd.org,
svn-ports-head at freebsd.org

Author: dougb
Date: Wed Aug 22 00:12:21 2012
New Revision: 302913
URL: http://svn.freebsd.org/changeset/ports/302913

Log:
  Without USE_PKGCONFIG= build, configure fails.

Modified:
  head/textproc/libvisio/Makefile

Modified: head/textproc/libvisio/Makefile
==============================================================================
--- head/textproc/libvisio/Makefile	Tue Aug 21 23:47:43 2012	(r302912)
+++ head/textproc/libvisio/Makefile	Wed Aug 22 00:12:21 2012	(r302913)
@@ -28,5 +28,6 @@ GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 USE_GNOME=	gnomehack
 USE_LDCONFIG=	yes
+USE_PKGCONFIG=	build

 .include <bsd.port.mk>





More information about the freebsd-office mailing list