svn commit: r302913 - head/textproc/libvisio

Doug Barton dougb at FreeBSD.org
Wed Aug 22 00:12:22 UTC 2012


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 svn-ports-all mailing list