aboutsummaryrefslogtreecommitdiff
path: root/net/istgt
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2012-08-20 02:05:35 +0000
committerAlex Kozlov <ak@FreeBSD.org>2012-08-20 02:05:35 +0000
commit8d9400b69d4b7d197985b50ad5667061d4f9dc15 (patch)
treea266b2f62f687bc7d2763b49efd680f22608cde5 /net/istgt
parent84d9baca2116f8311302a8d741a51335486b52c3 (diff)
downloadports-8d9400b69d4b7d197985b50ad5667061d4f9dc15.tar.gz
ports-8d9400b69d4b7d197985b50ad5667061d4f9dc15.zip
- Unbreak VBOX VirtualDisk support
- Fix COMMENT as per latest guidelines [1] Suggested by: danfe [1] Approved by: Daisuke Aoyama <aoyama at peach.ne.jp> (maintainer, implicit)
Notes
Notes: svn path=/head/; revision=302778
Diffstat (limited to 'net/istgt')
-rw-r--r--net/istgt/Makefile5
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: