aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2017-04-26 19:04:30 +0000
committerAlex Kozlov <ak@FreeBSD.org>2017-04-26 19:04:30 +0000
commitf37a53c2ba126777dabb7282746b913a150f8d87 (patch)
treec119ef7886120593f69e838c87979a476096d9a1 /emulators
parent5deffff0a061a23c5971ea6b9d3a3b767d6cfb1c (diff)
Notes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/virtualbox-ose/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile
index bddec644ff6c..65b05934c4c1 100644
--- a/emulators/virtualbox-ose/Makefile
+++ b/emulators/virtualbox-ose/Makefile
@@ -93,13 +93,8 @@ VPX_CONFIGURE_OFF= --disable-libvpx
VPX_LIB_DEPENDS= libvpx.so:multimedia/libvpx
X11_CONFIGURE_OFF= --build-headless
-# bmake doesn't know about unsetenv=true
-.if defined(.PARSEDIR)
ENV=
.export ENV
-.else
-.SHELL: path="/bin/sh" unsetenv=true
-.endif
PLIST_SUB= GUEST_VER=${PORTVERSION} \
PYTHON_VERU=${PYTHON_VER:S/./_/}${PYTHON_ABIVER} \