summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-05-10 23:11:07 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-05-10 23:11:07 +0000
commit6cc6a66743774ac6baa755974c94abe849e1b6cb (patch)
treee89decf8e37d21ac6a5b5aeff8d6eae487a431c1 /Mk
parentCategories should be "converters kde", not "x11 kde". (diff)
Spell out LIBTOOL with full path, otherwise it won't work since it's
called as an argument to /bin/sh. Submitted by: reg@shale.csir.co.za
Notes
Notes: svn path=/head/; revision=18769
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index e3cf50ca0447..c74e40888a9c 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1,7 +1,7 @@
#-*- mode: Fundamental; tab-width: 4; -*-
# ex:ts=4
#
-# $Id: bsd.port.mk,v 1.311 1999/04/28 06:20:12 asami Exp $
+# $Id: bsd.port.mk,v 1.312 1999/05/06 12:07:57 asami Exp $
# $NetBSD: $
#
# bsd.port.mk - 940820 Jordan K. Hubbard.
@@ -660,7 +660,7 @@ DO_NADA?= /usr/bin/true
# Miscellaneous overridable commands:
GMAKE?= gmake
AUTOCONF?= autoconf
-LIBTOOL?= libtool
+LIBTOOL?= ${LOCALBASE}/bin/libtool
XMKMF?= xmkmf -a
.if exists(/sbin/md5)
MD5?= /sbin/md5