diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-03-23 12:04:58 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-03-23 12:04:58 +0800 |
commit | 5eeb968c25516ef144e12993b887c3728b328f9c (patch) | |
tree | e7f3dd7ff731008b408f38955ab78fd5624f6ad4 /emulators/qemu-sbruno | |
parent | e291418c8130c04ee054f219d8467f9693fc3276 (diff) | |
download | freebsd-ports-gnome-5eeb968c25516ef144e12993b887c3728b328f9c.tar.gz freebsd-ports-gnome-5eeb968c25516ef144e12993b887c3728b328f9c.tar.zst freebsd-ports-gnome-5eeb968c25516ef144e12993b887c3728b328f9c.zip |
Use BSDMAKE rather than MAKE here to ensure using /usr/bin/make.
With hat: portmgr
Diffstat (limited to 'emulators/qemu-sbruno')
-rw-r--r-- | emulators/qemu-sbruno/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/qemu-sbruno/Makefile b/emulators/qemu-sbruno/Makefile index 67e30d491d6c..ef0b86d117b7 100644 --- a/emulators/qemu-sbruno/Makefile +++ b/emulators/qemu-sbruno/Makefile @@ -29,7 +29,7 @@ USE_PERL5= build USE_XORG= pixman USE_GNOME+= glib20 PATCH_STRIP= -p1 -MAKE_ENV+= BSD_MAKE="${MAKE}" +MAKE_ENV+= BSD_MAKE="${BSDMAKE}" ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 # XXX someone wants to debug sparc64 hosts? OPTIONS_DEFINE= SAMBA X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CURL \ |