Date: Tue, 21 Aug 2012 18:24:27 -0700 From: Doug Barton <dougb@FreeBSD.org> To: office@FreeBSD.org Subject: Fwd: svn commit: r302913 - head/textproc/libvisio Message-ID: <503434CB.3080101@FreeBSD.org> In-Reply-To: <201208220012.q7M0CLgm031785@svn.freebsd.org> References: <201208220012.q7M0CLgm031785@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?503434CB.3080101>