svn commit: r373968 - head/net/istgt
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Dec 4 16:05:19 UTC 2014
Author: amdmi3
Date: Thu Dec 4 16:05:18 2014
New Revision: 373968
URL: https://svnweb.freebsd.org/changeset/ports/373968
QAT: https://qat.redports.org/buildarchive/r373968/
Log:
- Remove always false condition
Modified:
head/net/istgt/Makefile
Modified: head/net/istgt/Makefile
==============================================================================
--- head/net/istgt/Makefile Thu Dec 4 16:04:40 2014 (r373967)
+++ head/net/istgt/Makefile Thu Dec 4 16:05:18 2014 (r373968)
@@ -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:
More information about the svn-ports-all
mailing list