diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-02 17:16:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-02 17:16:30 +0000 |
commit | 46a630f1ddc6d9469b00c0657ad75a68f35218f9 (patch) | |
tree | 5d884a8de9b262b52a4d45256d39db4678fc83db /emulators | |
parent | 835d5f99f33d21e72d39739c31f45799f83e3c11 (diff) | |
download | ports-46a630f1ddc6d9469b00c0657ad75a68f35218f9.tar.gz ports-46a630f1ddc6d9469b00c0657ad75a68f35218f9.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/virtualbox-ose/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile index 2d327b079308..dec91130a4fe 100644 --- a/emulators/virtualbox-ose/Makefile +++ b/emulators/virtualbox-ose/Makefile @@ -67,7 +67,13 @@ VDE_DESC= Build with VDE support VNC_DESC= Build with VNC support WEBSERVICE_DESC= Build Webservice +# bmake doesn't know about unsetenv=true +.if defined(.PARSEDIR) +ENV= +.export ENV +.else .SHELL: path="/bin/sh" unsetenv=true +.endif .include <bsd.port.options.mk> |