svn commit: r313709 - head/emulators/open-vm-tools

Koop Mast kwm at FreeBSD.org
Sat Mar 9 12:26:18 UTC 2013


Author: kwm
Date: Sat Mar  9 12:26:17 2013
New Revision: 313709
URL: http://svnweb.freebsd.org/changeset/ports/313709

Log:
  Add USE_PKGCONFIG=build to fix the build.
  
  Submitted by:	olgeni@

Modified:
  head/emulators/open-vm-tools/Makefile

Modified: head/emulators/open-vm-tools/Makefile
==============================================================================
--- head/emulators/open-vm-tools/Makefile	Sat Mar  9 12:24:28 2013	(r313708)
+++ head/emulators/open-vm-tools/Makefile	Sat Mar  9 12:26:17 2013	(r313709)
@@ -21,6 +21,7 @@ BUILD_VER=		425873
 WRKSRC=			${WRKDIR}/open-vm-tools-${RELEASE_VER}-${BUILD_VER}
 GNU_CONFIGURE=		yes
 USE_LDCONFIG=		yes
+USE_PKGCONFIG=		build
 CPPFLAGS+=		-Wno-deprecated-declarations
 
 CONFIGURE_ARGS+=	--without-procps --sysconfdir=${LOCALBASE}/etc


More information about the svn-ports-all mailing list