summaryrefslogtreecommitdiff
path: root/www/libwww/Makefile
diff options
context:
space:
mode:
authorfredb <fredb>2000-10-15 12:56:25 +0000
committerfredb <fredb>2000-10-15 12:56:25 +0000
commit2157c0baa9519eb6b2c2f752828c79e6a48e87bb (patch)
tree3f793e404259e54ec4a494adcffda0a392649033 /www/libwww/Makefile
parent94a83583f51b80e017efe77b8cac7880b27e2d9e (diff)
downloadpkgsrc-2157c0baa9519eb6b2c2f752828c79e6a48e87bb.tar.gz
Remove hidden dependency on "automake", and remove dependency on
"autoconf", too, while we're at it.
Diffstat (limited to 'www/libwww/Makefile')
-rw-r--r--www/libwww/Makefile10
1 files changed, 6 insertions, 4 deletions
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"