- 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)
This commit is contained in:
Alex Kozlov 2012-08-20 02:05:35 +00:00
parent 84d9baca21
commit 8d9400b69d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302778

View File

@ -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: