diff --git a/devel/binutils/devel/Makefile b/devel/binutils/devel/Makefile index cce607b5e42..0aa2400cb31 100644 --- a/devel/binutils/devel/Makefile +++ b/devel/binutils/devel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2003/02/15 14:26:03 espie Exp $ +# $OpenBSD: Makefile,v 1.8 2003/02/16 15:17:58 espie Exp $ COMMENT= "GNU development tools" @@ -17,8 +17,7 @@ HOMEPAGE= http://sources.redhat.com/ AUTOCONF_VERSION= 2.13 BUILD_DEPENDS= ::devel/automake \ - ::devel/autoconf/${AUTOCONF_VERSION} \ - ::devel/metaauto + ${MODGNU_AUTOCONF_DEPENDS} CONFIGURE_STYLE= simple CONFIGURE_ARGS= --with-prefix=${PREFIX} \ diff --git a/devel/binutils/stable/Makefile b/devel/binutils/stable/Makefile index 7c4543dac9d..b2584a04530 100644 --- a/devel/binutils/stable/Makefile +++ b/devel/binutils/stable/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2003/02/15 14:26:03 espie Exp $ +# $OpenBSD: Makefile,v 1.11 2003/02/16 15:17:58 espie Exp $ COMMENT= "GNU development tools" @@ -17,8 +17,7 @@ HOMEPAGE= http://sources.redhat.com/ AUTOCONF_VERSION= 2.13 BUILD_DEPENDS= ::devel/automake \ - ::devel/autoconf/${AUTOCONF_VERSION} \ - ::devel/metaauto + ${MODGNU_AUTOCONF_DEPENDS} CONFIGURE_STYLE= simple CONFIGURE_ARGS= --with-prefix=${PREFIX} \