aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordecke <decke@FreeBSD.org>2013-09-06 16:37:48 +0800
committerdecke <decke@FreeBSD.org>2013-09-06 16:37:48 +0800
commitd898f4c349d25e6680685249170a40eac9f63fac (patch)
tree7e3c165b98b93b18dc702efdc6d405bc07e00233
parent0154967dbcb0fda11623cfc7c640fa98afced81d (diff)
downloadfreebsd-ports-gnome-d898f4c349d25e6680685249170a40eac9f63fac.tar.gz
freebsd-ports-gnome-d898f4c349d25e6680685249170a40eac9f63fac.tar.zst
freebsd-ports-gnome-d898f4c349d25e6680685249170a40eac9f63fac.zip
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>
-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