summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index d2cfced2a6b8..dc51af600b0e 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -941,8 +941,10 @@ NONEXISTENT?= /nonexistent
# Miscellaneous overridable commands:
GMAKE?= gmake
+ACLOCAL?= aclocal14
AUTOMAKE?= automake14
AUTOCONF?= autoconf213
+AUTOHEADER?= autoheader213
LIBTOOL?= libtool
XMKMF?= xmkmf -a
.if exists(/sbin/md5)