summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorfredb <fredb>2001-02-06 03:16:56 +0000
committerfredb <fredb>2001-02-06 03:16:56 +0000
commit6832477769f2e8dc8ce59161acc7a4c2f8f784dd (patch)
treefc373d0dc8bbedf2209b780336196ea2dcb03607 /devel
parent270af3290dfb322d67d97949025d6844c89920c5 (diff)
downloadpkgsrc-6832477769f2e8dc8ce59161acc7a4c2f8f784dd.tar.gz
Make that "autoreconf" -- there is no "autoremake".
Diffstat (limited to 'devel')
-rw-r--r--devel/libctl/Makefile4
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