aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-03-27 05:40:34 +0800
committerbdrewery <bdrewery@FreeBSD.org>2015-03-27 05:40:34 +0800
commit3fc1cc92fc0c3c16ad951da1c76c925d0cac7b18 (patch)
tree1251fe7512408cb2a94c20fd59ad5008ae01923c /emulators
parent8fd00d569ab3d00b8f74db7f431abfb39c2ae4cc (diff)
downloadfreebsd-ports-gnome-3fc1cc92fc0c3c16ad951da1c76c925d0cac7b18.tar.gz
freebsd-ports-gnome-3fc1cc92fc0c3c16ad951da1c76c925d0cac7b18.tar.zst
freebsd-ports-gnome-3fc1cc92fc0c3c16ad951da1c76c925d0cac7b18.zip
Revert my change from r381978.
The reason for it did not pan out.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/qemu-devel/Makefile2
-rw-r--r--emulators/qemu-sbruno/Makefile2
-rw-r--r--emulators/qemu/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile
index b29ec7cc4e10..246a58d074b1 100644
--- a/emulators/qemu-devel/Makefile
+++ b/emulators/qemu-devel/Makefile
@@ -19,7 +19,7 @@ USE_PERL5= build
USE_XORG= pixman
USE_GNOME+= glib20
PATCH_STRIP= -p1
-MAKE_ENV+= BSD_MAKE="${BSDMAKE}"
+MAKE_ENV+= BSD_MAKE="${MAKE}"
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 \
diff --git a/emulators/qemu-sbruno/Makefile b/emulators/qemu-sbruno/Makefile
index ef0b86d117b7..67e30d491d6c 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="${BSDMAKE}"
+MAKE_ENV+= BSD_MAKE="${MAKE}"
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 \
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index 7aaa495d198c..25a53ef61e8c 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -17,7 +17,7 @@ HAS_CONFIGURE= yes
USES= gmake perl5 compiler:features
USE_PERL5= build
PATCH_STRIP= -p1
-MAKE_ENV+= BSD_MAKE="${BSDMAKE}"
+MAKE_ENV+= BSD_MAKE="${MAKE}"
ONLY_FOR_ARCHS= amd64 i386
CONFLICTS= qemu-devel-[0-9]* qemu-sbruno-[0-9]*