summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11/lesstif-current/Makefile6
-rw-r--r--x11/lesstif/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/lesstif-current/Makefile b/x11/lesstif-current/Makefile
index 7121998a63b..7cae49fcbe3 100644
--- a/x11/lesstif-current/Makefile
+++ b/x11/lesstif-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1998/07/17 17:18:50 tv Exp $
+# $NetBSD: Makefile,v 1.11 1998/07/22 01:06:40 tv Exp $
# FreeBSD Id: Makefile,v 1.13 1997/09/08 08:34:13 tg Exp
#
@@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
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-0.85.2 lesstif-0.85.3
@@ -19,7 +19,7 @@ GNU_CONFIGURE= yes
USE_X11= yes
# change this for debugging
CONFIGURE_ENV= CCFLAGS="-O -pipe" INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
- LIBTOOL=${PREFIX}/bin/libtool
+ LIBTOOL=${LOCALBASE}/bin/libtool
pre-fetch:
@if [ -d ${X11BASE}/include/Xm ]; then \
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 \