summaryrefslogtreecommitdiff
path: root/www/libwww
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-10-02 18:41:44 +0000
committerwiz <wiz@pkgsrc.org>2002-10-02 18:41:44 +0000
commitf99cd0ca2011e40c73eff605d34227eba24ebd28 (patch)
tree9e667b16fcb338e7640da07841068546169817f1 /www/libwww
parenteb21fb505899d68c6745653208cd0c8fa5677c4a (diff)
downloadpkgsrc-f99cd0ca2011e40c73eff605d34227eba24ebd28.tar.gz
Convert to use automake.mk.
Diffstat (limited to 'www/libwww')
-rw-r--r--www/libwww/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile
index ac6830e2c3d..2e6a120da11 100644
--- a/www/libwww/Makefile
+++ b/www/libwww/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2002/08/25 18:40:21 jlam Exp $
+# $NetBSD: Makefile,v 1.37 2002/10/02 18:41:44 wiz Exp $
DISTNAME= w3c-libwww-5.3.2
PKGNAME= libwww-5.3.2
@@ -11,13 +11,13 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.w3.org/Library/
COMMENT= The W3C Reference Library
-BUILD_DEPENDS+= automake>=1.4:../../devel/automake
-
USE_BUILDLINK2= YES
USE_GMAKE= YES
USE_LIBTOOL= YES
USE_PERL5= build
+AUTOMAKE_REQD= 1.4
+
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --with-zlib --with-regex --without-x
CONFIGURE_ARGS+= --with-ssl="${SSLBASE}"
@@ -27,9 +27,9 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/config/ltconfig
pre-configure:
cd ${WRKSRC}; \
- ${LOCALBASE}/bin/aclocal && \
- ${LOCALBASE}/bin/automake && \
- ${LOCALBASE}/bin/autoconf
+ ${ACLOCAL} && \
+ ${AUTOMAKE} && \
+ ${AUTOCONF}
.include "../../mk/bsd.prefs.mk"
@@ -49,4 +49,5 @@ CONFIGURE_ARGS+= --with-socks5=${BUILDLINK_prefix.socks5}/lib/libsocks5.a
.include "../../devel/zlib/buildlink2.mk"
.include "../../security/openssl/buildlink2.mk"
+.include "../../mk/automake.mk"
.include "../../mk/bsd.pkg.mk"