summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authortron <tron>2001-02-05 09:00:54 +0000
committertron <tron>2001-02-05 09:00:54 +0000
commit732964d7838ca5e8355397759068795660c65368 (patch)
tree2c1d493d315c86d062bda624e834a3d6f66707c0 /math
parent81b3c0bc7a64ea4999e6fb86448d93a694ed442b (diff)
downloadpkgsrc-732964d7838ca5e8355397759068795660c65368.tar.gz
Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
Diffstat (limited to 'math')
-rw-r--r--math/R/Makefile6
-rw-r--r--math/pspp/Makefile4
-rw-r--r--math/rlab/Makefile6
3 files changed, 8 insertions, 8 deletions
diff --git a/math/R/Makefile b/math/R/Makefile
index 29c9d299d24..a24f8189ef3 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2000/11/03 01:14:51 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2001/02/05 09:00:59 tron Exp $
#
DISTNAME= R-1.1.1
@@ -19,7 +19,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://www.R-project.org/
-BUILD_DEPENDS+= autoreconf:../../devel/autoconf
+BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf
DEPENDS+= readline>=4.0:../../devel/readline
DEPENDS+= jpeg-*:../../graphics/jpeg
DEPENDS+= png-*:../../graphics/png
@@ -71,7 +71,7 @@ R_LIBDIR= ${PREFIX}/lib/R
INSTALL_DIRS= ${R_LIBDIR}
pre-configure:
- cd ${WRKSRC} && autoreconf
+ cd ${WRKSRC} && ${LOCALBASE}/bin/autoremake
# Generate the PLIST dynamically as it changes in each version only in a
# specific subtree. This will make maintaining this package a little easier
diff --git a/math/pspp/Makefile b/math/pspp/Makefile
index 1a30a83067a..4e380eb0b79 100644
--- a/math/pspp/Makefile
+++ b/math/pspp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2001/01/05 01:12:54 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2001/02/05 09:01:00 tron Exp $
#
DISTNAME= pspp-0.3.0
@@ -15,7 +15,7 @@ MASTER_SITES= ftp://franz.stat.wisc.edu/pub/PSPP/ \
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/pspp/
-BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf
+BUILD_DEPENDS+= ${LOCALBASE}/bin/${LOCALBASE}/bin/autoconf:../../devel/autoconf
BUILD_DEPENDS+= msgfmt:../../devel/gettext
GNU_CONFIGURE= yes
diff --git a/math/rlab/Makefile b/math/rlab/Makefile
index d8311f2c353..f8a2b5da0c6 100644
--- a/math/rlab/Makefile
+++ b/math/rlab/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/02/02 02:06:43 jtb Exp $
+# $NetBSD: Makefile,v 1.4 2001/02/05 09:01:00 tron Exp $
DISTNAME= rlab-2.1.05
CATEGORIES= math
@@ -10,7 +10,7 @@ HOMEPAGE= http://rlab.sourceforge.net/
DEPENDS+= boehm-gc>=5.3:../../devel/boehm-gc
DEPENDS+= readline>=4.0:../../devel/readline
DEPENDS+= superlu-[0-9]*:../../math/superlu
-BUILD_DEPENDS+= autoconf:../../devel/autoconf
+BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf
GNU_CONFIGURE= YES
USE_FORTRAN= YES
@@ -47,7 +47,7 @@ PLIST_SRC+= ${PKGDIR}/PLIST.gnuplot
.endif
pre-configure:
- (cd ${WRKSRC} && autoconf)
+ (cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf)
post-install:
.if (${RLAB_PLOT_PKG} == "pgraf")