diff options
author | kristerw <kristerw> | 2004-02-17 22:28:47 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2004-02-17 22:28:47 +0000 |
commit | 4ddba14e9422880afa24b81fdf3c3250c67ed148 (patch) | |
tree | 49c98140026c9d62ea6faf1f7a8bbb543f9db157 /www/libwww | |
parent | badc231abf55c573e2e74ce682963e93dd7d8c4f (diff) | |
download | pkgsrc-4ddba14e9422880afa24b81fdf3c3250c67ed148.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 |