svn commit: r326480 - head/emulators/virtualbox-ose-legacy

Bernhard Froehlich decke at FreeBSD.org
Fri Sep 6 08:37:49 UTC 2013


Author: decke
Date: Fri Sep  6 08:37:48 2013
New Revision: 326480
URL: http://svnweb.freebsd.org/changeset/ports/326480

Log:
  Add explicit iconv dependency. The port requires variable ICONV_LIB
  defined in the iconv USES Makefile to build correctly on 8.x and
  9.x after the iconv migration of the ports tree.
  
  PR:		ports/181854
  Submitted by:	Dave Hayes <dave at jetcafe.org>

Modified:
  head/emulators/virtualbox-ose-legacy/Makefile

Modified: head/emulators/virtualbox-ose-legacy/Makefile
==============================================================================
--- head/emulators/virtualbox-ose-legacy/Makefile	Fri Sep  6 08:34:39 2013	(r326479)
+++ head/emulators/virtualbox-ose-legacy/Makefile	Fri Sep  6 08:37:48 2013	(r326480)
@@ -35,7 +35,7 @@ RUN_DEPENDS=	/boot/modules/vboxdrv.ko:${
 WRKSRC=		${WRKDIR}/VirtualBox-${PORTVERSION}
 ONLY_FOR_ARCHS=	i386 amd64
 FETCH_ARGS=	-pRr
-USES=		pkgconfig
+USES=		iconv pkgconfig
 USE_GCC=	any
 USE_GNOME=	libidl
 USE_BZIP2=	yes


More information about the svn-ports-head mailing list