diff options
-rw-r--r-- | net/istgt/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/net/istgt/Makefile b/net/istgt/Makefile index 1f2101772490..5cde57fa7b31 100644 --- a/net/istgt/Makefile +++ b/net/istgt/Makefile @@ -40,17 +40,10 @@ CONFIGURE_ARGS+= --enable-symlink-device .endif .if ${PORT_OPTIONS:MVBOXVD} -. if ${OSVERSION} < 802000 -VBOX_WRKSRC= `${MAKE} -C ${PORTSDIR}/emulators/virtualbox-ose-legacy -V WRKSRC` -RUN_DEPENDS+= ${LOCALBASE}/lib/virtualbox/VBoxRT.so:${PORTSDIR}/emulators/virtualbox-ose-legacy -BUILD_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/emulators/virtualbox-ose-legacy:patch -CONFIGURE_ARGS+= --with-vbox=${VBOX_WRKSRC}/include -. else 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=${VBOX_WRKSRC}/include -. endif .endif post-extract: |