summaryrefslogtreecommitdiff
path: root/graphics/GMT
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2001-02-06 03:16:56 +0000
committerfredb <fredb@pkgsrc.org>2001-02-06 03:16:56 +0000
commit46a9e2c3deff78a7fc2cd8231e64cfb4668e94b6 (patch)
treefc373d0dc8bbedf2209b780336196ea2dcb03607 /graphics/GMT
parent4098571c142a5138bd2050f5de264cb566152287 (diff)
downloadpkgsrc-46a9e2c3deff78a7fc2cd8231e64cfb4668e94b6.tar.gz
Make that "autoreconf" -- there is no "autoremake".
Diffstat (limited to 'graphics/GMT')
-rw-r--r--graphics/GMT/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/GMT/Makefile b/graphics/GMT/Makefile
index 1f6a9f8cb5f..6423633d0f8 100644
--- a/graphics/GMT/Makefile
+++ b/graphics/GMT/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/02/05 09:00:58 tron Exp $
+# $NetBSD: Makefile,v 1.7 2001/02/06 03:16:58 fredb Exp $
DISTNAME= GMT3.3.6
PKGNAME= GMT-3.3.6
@@ -17,7 +17,7 @@ MAINTAINER= jtb@netbsd.org
HOMEPAGE= http://imina.soest.hawaii.edu/gmt/
DEPENDS+= netcdf>=3.0:../../devel/netcdf
-BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf
+BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf
EXTRACT_SUFFIX= .tar.bz2
WRKSRC= ${WRKDIR}/${DISTNAME}
@@ -41,7 +41,7 @@ post-extract:
${MV} -f ${WRKSRC}/www/gmt/doc/ps/ ${WRKSRC}
pre-configure:
- (cd ${WRKSRC} && ${LOCALBASE}/bin/autoremake)
+ (cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf)
for e in ${WRKSRC}/examples/*.bat \
${WRKSRC}/examples/*/*.bat; do \
${RM} -f $$e; \