summaryrefslogtreecommitdiff
path: root/x11/lesstif
diff options
context:
space:
mode:
authortv <tv>1998-07-22 01:06:39 +0000
committertv <tv>1998-07-22 01:06:39 +0000
commitd6cc7712258939cb064195407e833c88065bfe5c (patch)
treead9d9a7dfae0fb1ca8fb0e5dab9158d43207a4bf /x11/lesstif
parent6ce624b9877e96371c7cd2f07915a9152e2b2234 (diff)
downloadpkgsrc-d6cc7712258939cb064195407e833c88065bfe5c.tar.gz
${PREFIX}/bin/libtool -> ${LOCALBASE}/bin/libtool.
Diffstat (limited to 'x11/lesstif')
-rw-r--r--x11/lesstif/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile
index a4a29d05d73..dfd3cd4d73f 100644
--- a/x11/lesstif/Makefile
+++ b/x11/lesstif/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 1998/07/17 17:18:49 tv Exp $
+# $NetBSD: Makefile,v 1.27 1998/07/22 01:06:39 tv Exp $
# FreeBSD Id: Makefile,v 1.13 1997/09/08 08:34:13 tg Exp
#
@@ -10,7 +10,7 @@ MASTER_SITES= ftp://linux.gt.ed.net/pub/linux/libs/lesstif/srcdist/ \
MAINTAINER= packages@netbsd.org
-BUILD_DEPENDS= ${PREFIX}/bin/libtool:../../devel/libtool
+BUILD_DEPENDS= ${LOCALBASE}/bin/libtool:../../devel/libtool
CONFLICTS= lesstif-0.82 lesstif-0.83 lesstif-0.84 lesstif-0.85 \
lesstif-19980510 lesstif-0.85.2
@@ -22,7 +22,7 @@ USE_X11= yes
CONFIGURE_ARGS+=--enable-production
CONFIGURE_ENV= CCFLAGS="-O -pipe" INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
- VarHaveMan2html=0 LIBTOOL=${PREFIX}/bin/libtool
+ VarHaveMan2html=0 LIBTOOL=${LOCALBASE}/bin/libtool
pre-fetch:
@if [ -d ${X11BASE}/include/Xm ]; then \