diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-09-06 06:43:39 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-09-06 06:43:39 +0000 |
commit | d8771481e0d9feb41858258fb28adbfe2dc62f66 (patch) | |
tree | a1706b1773bc0b25e8c44fd5543b1fbcb6a23f5b /emulators | |
parent | 42a629d65353af36cb38b4f841144fb8dfba3d99 (diff) | |
download | ports-d8771481e0d9feb41858258fb28adbfe2dc62f66.tar.gz ports-d8771481e0d9feb41858258fb28adbfe2dc62f66.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/virtualbox-ose/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile index f31dcec49f1f..bfae5dc98431 100644 --- a/emulators/virtualbox-ose/Makefile +++ b/emulators/virtualbox-ose/Makefile @@ -34,7 +34,7 @@ RUN_DEPENDS= ${KMODDIR}/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 |