diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-02-17 22:28:47 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-02-17 22:28:47 +0000 |
commit | 528f62e0656307acd4800015836e7648f1fe801d (patch) | |
tree | 49c98140026c9d62ea6faf1f7a8bbb543f9db157 /www/libwww | |
parent | e6f10f5b01e9d71bb784d4715dd03d9c84f13305 (diff) | |
download | pkgsrc-528f62e0656307acd4800015836e7648f1fe801d.tar.gz |
Add build dependency on perl.
Diffstat (limited to 'www/libwww')
-rw-r--r-- | www/libwww/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile index ce551ae9c1b..a94184f7662 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2004/02/14 17:21:54 jlam Exp $ +# $NetBSD: Makefile,v 1.52 2004/02/17 22:28:47 kristerw Exp $ DISTNAME= w3c-libwww-5.4.0 PKGNAME= libwww-5.4.0 @@ -19,6 +19,7 @@ SITES_libwww-configure-5.4.0.gz= ${MASTER_SITE_LOCAL} USE_BUILDLINK3= YES USE_GNU_TOOLS+= make USE_LIBTOOL= YES +USE_PERL5= build GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-zlib --with-regex --without-x |