diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-11-13 13:12:11 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-11-13 13:12:11 +0000 |
commit | 5a08ef716fdc0ca6124896487664f76a198160ea (patch) | |
tree | 4ee49ecaca88df0e191926c4c6e10a8cadfa6cd4 /Mk | |
parent | 39e5ada3237191c7a8ab37e7ba82bba091ce3e7d (diff) | |
download | ports-5a08ef716fdc0ca6124896487664f76a198160ea.tar.gz ports-5a08ef716fdc0ca6124896487664f76a198160ea.zip |
Add variables $ACLOCAL and $AUTOHEADER, now that the program names
contain version numbers.
Approved by: portmgr (sobomax)
Notes
Notes:
svn path=/head/; revision=49983
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 2 |
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) |