summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2013-09-06 08:37:48 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2013-09-06 08:37:48 +0000
commit8e7abd2285f873c34bf019cdc1bcee521f4fa8da (patch)
tree7e3c165b98b93b18dc702efdc6d405bc07e00233 /emulators
parentUpdate to 0.00011. (diff)
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@jetcafe.org>
Notes
Notes: svn path=/head/; revision=326480
Diffstat (limited to 'emulators')
-rw-r--r--emulators/virtualbox-ose-legacy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/virtualbox-ose-legacy/Makefile b/emulators/virtualbox-ose-legacy/Makefile
index a5f9d6f90e43..e3de89681072 100644
--- a/emulators/virtualbox-ose-legacy/Makefile
+++ b/emulators/virtualbox-ose-legacy/Makefile
@@ -35,7 +35,7 @@ RUN_DEPENDS= /boot/modules/vboxdrv.ko:${PORTSDIR}/emulators/virtualbox-ose-kmod-
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