diff options
author | fredb <fredb> | 2001-02-06 03:16:56 +0000 |
---|---|---|
committer | fredb <fredb> | 2001-02-06 03:16:56 +0000 |
commit | 6832477769f2e8dc8ce59161acc7a4c2f8f784dd (patch) | |
tree | fc373d0dc8bbedf2209b780336196ea2dcb03607 /devel | |
parent | 270af3290dfb322d67d97949025d6844c89920c5 (diff) | |
download | pkgsrc-6832477769f2e8dc8ce59161acc7a4c2f8f784dd.tar.gz |
Make that "autoreconf" -- there is no "autoremake".
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libctl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libctl/Makefile b/devel/libctl/Makefile index 19efc125edc..ec2280278e7 100644 --- a/devel/libctl/Makefile +++ b/devel/libctl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/02/05 09:00:56 tron Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/06 03:16:57 fredb Exp $ DISTNAME= libctl-1.3 CATEGORIES= devel @@ -8,7 +8,7 @@ MAINTAINER= jtb@netbsd.org HOMEPAGE= http://ab-initio.mit.edu/libctl/ DEPENDS+= guile-[0-9]*:../../lang/guile -BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf WRKSRC= ${WRKDIR}/${DISTNAME} GNU_CONFIGURE= YES |