diff options
author | hubertf <hubertf> | 2000-12-26 17:23:58 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-12-26 17:23:58 +0000 |
commit | c394c255206d90867f63a937d1f773f83126cd85 (patch) | |
tree | 693e69a9c82ce22c717cd0785322b8a06058ba53 /www/libwww | |
parent | 1911c5b4ea39e07509f23ac3e65376ba940a2298 (diff) | |
download | pkgsrc-c394c255206d90867f63a937d1f773f83126cd85.tar.gz |
checking for perl... no
configure: error: Perl needs to be installed in order to compile libwww
*** Error code 1
set USE_PERL5 to prevent this.
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 195bb341464..c84c22ab7b3 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2000/12/22 10:50:05 fredb Exp $ +# $NetBSD: Makefile,v 1.16 2000/12/26 17:23:58 hubertf Exp $ # FreeBSD Id: Makefile,v 1.10 1998/06/14 23:34:59 jseger Exp # @@ -14,6 +14,7 @@ HOMEPAGE= http://www.w3.org/Library/ USE_GMAKE= yes USE_LIBTOOL= yes USE_SSL= yes +USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-zlib --with-regex --without-x |