From 2157c0baa9519eb6b2c2f752828c79e6a48e87bb Mon Sep 17 00:00:00 2001 From: fredb Date: Sun, 15 Oct 2000 12:56:25 +0000 Subject: Remove hidden dependency on "automake", and remove dependency on "autoconf", too, while we're at it. --- www/libwww/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'www/libwww/Makefile') diff --git a/www/libwww/Makefile b/www/libwww/Makefile index b80583baa98..eac0cb815ab 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2000/09/09 19:40:24 fredb Exp $ +# $NetBSD: Makefile,v 1.14 2000/10/15 12:56:25 fredb Exp $ # FreeBSD Id: Makefile,v 1.10 1998/06/14 23:34:59 jseger Exp # @@ -11,8 +11,6 @@ MASTER_SITES= http://www.w3.org/Library/Distribution/ \ MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.w3.org/Library/ -BUILD_DEPENDS+= autoconf:../../devel/autoconf - USE_GMAKE= yes USE_LIBTOOL= yes USE_SSL= yes @@ -25,7 +23,11 @@ DOCDIR= ${PREFIX}/share/doc/libwww LTCONFIG_OVERRIDE= ${WRKSRC}/config/ltconfig pre-configure: - cd ${WRKSRC}; autoconf + cd ${WRKSRC}; \ + for foo in configure.in aclocal.m4 `find . -name Makefile.in` \ + configure stamp-h.in; do \ + ${TOUCH} $$foo; \ + done .include "../../mk/bsd.prefs.mk" -- cgit v1.2.3