diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2012-08-20 02:05:35 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2012-08-20 02:05:35 +0000 |
commit | 8d9400b69d4b7d197985b50ad5667061d4f9dc15 (patch) | |
tree | a266b2f62f687bc7d2763b49efd680f22608cde5 /net/istgt | |
parent | 84d9baca2116f8311302a8d741a51335486b52c3 (diff) |
Notes
Diffstat (limited to 'net/istgt')
-rw-r--r-- | net/istgt/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/istgt/Makefile b/net/istgt/Makefile index ccd41d13352e..4d9a60b45860 100644 --- a/net/istgt/Makefile +++ b/net/istgt/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= http://www.peach.ne.jp/archives/istgt/ MAINTAINER= aoyama@peach.ne.jp -COMMENT= An iSCSI target for Debian/NetBSD/FreeBSD +COMMENT= iSCSI target for Debian/NetBSD/FreeBSD SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message @@ -45,9 +45,10 @@ CONFIGURE_ARGS+= --enable-symlink-device .endif .if ${PORT_OPTIONS:MVBOXVD} +VBOX_WRKSRC= `${MAKE} -C ${PORTSDIR}/emulators/virtualbox-ose -V WRKSRC` RUN_DEPENDS+= ${LOCALBASE}/lib/virtualbox/VBoxRT.so:${PORTSDIR}/emulators/virtualbox-ose BUILD_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/emulators/virtualbox-ose:patch -CONFIGURE_ARGS+= --with-vbox +CONFIGURE_ARGS+= --with-vbox=${VBOX_WRKSRC}/include .endif post-extract: |