diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-04 16:05:18 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-04 16:05:18 +0000 |
commit | 13e8fd390684745329298e3f8b446c4d8a76e284 (patch) | |
tree | 1dd9d386cb7ce767445eb3b0113e1221799b6284 | |
parent | - Check OPSYS along with OSVERSION (diff) |
- Remove always false condition
Notes
Notes:
svn path=/head/; revision=373968
-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: |