diff options
author | fredb <fredb> | 2001-02-06 03:16:56 +0000 |
---|---|---|
committer | fredb <fredb> | 2001-02-06 03:16:56 +0000 |
commit | d164d4582e467838bb0822c418898444adb3430e (patch) | |
tree | fc373d0dc8bbedf2209b780336196ea2dcb03607 /graphics/GMT | |
parent | f53f60cbcb27f4fac9e0a452e1dab6d14b787aa2 (diff) | |
download | pkgsrc-d164d4582e467838bb0822c418898444adb3430e.tar.gz |
Make that "autoreconf" -- there is no "autoremake".
Diffstat (limited to 'graphics/GMT')
-rw-r--r-- | graphics/GMT/Makefile | 6 |
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; \ |