summaryrefslogtreecommitdiff
path: root/devel/autoconf
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-11-19 15:40:45 +0000
committeragc <agc@pkgsrc.org>1998-11-19 15:40:45 +0000
commit2cd5eb48944a741f43fb1a51a03b9a8738f6dd1b (patch)
treec285dda7482793338f087ec5157582592dfd2d60 /devel/autoconf
parent1865bbdb5bd94b772305d24c405e38f57a3f919a (diff)
downloadpkgsrc-2cd5eb48944a741f43fb1a51a03b9a8738f6dd1b.tar.gz
Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinary
DEPENDS definition.
Diffstat (limited to 'devel/autoconf')
-rw-r--r--devel/autoconf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile
index 7f5c611fad7..bc89cf23335 100644
--- a/devel/autoconf/Makefile
+++ b/devel/autoconf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 1998/08/20 15:16:45 tsarna Exp $
+# $NetBSD: Makefile,v 1.18 1998/11/19 15:40:45 agc Exp $
# FreeBSD Id: Makefile,v 1.12 1997/06/13 20:00:47 max Exp
#
@@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/autoconf/autoconf.html
-RUN_DEPENDS= gm4:../../devel/m4
+DEPENDS= m4-1.4:../../devel/m4
USE_PERL5= yes