diff options
author | ak <ak@FreeBSD.org> | 2012-08-20 10:05:35 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2012-08-20 10:05:35 +0800 |
commit | 3272eef916e31e07a5ce98f6f42e6a05c8d5b028 (patch) | |
tree | a266b2f62f687bc7d2763b49efd680f22608cde5 /net/istgt | |
parent | 9c3c29316a185db5123f0d13d3a57a274a5fe63c (diff) | |
download | freebsd-ports-gnome-3272eef916e31e07a5ce98f6f42e6a05c8d5b028.tar.gz freebsd-ports-gnome-3272eef916e31e07a5ce98f6f42e6a05c8d5b028.tar.zst freebsd-ports-gnome-3272eef916e31e07a5ce98f6f42e6a05c8d5b028.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)
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: |