diff options
author | gdt <gdt@pkgsrc.org> | 2007-05-17 17:26:31 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-05-17 17:26:31 +0000 |
commit | a990dc90118f6c4526a2b5ced57fa07f33c18cdc (patch) | |
tree | 56a7065d90d1c9143c760e1e6dde55aad85aa174 /www | |
parent | bd131c9e7b8811ff202c57cbb8f2aa0881d4a157 (diff) | |
download | pkgsrc-a990dc90118f6c4526a2b5ced57fa07f33c18cdc.tar.gz |
add
# problem with WWW/Library/Implementation
MAKE_JOBS_SAFE= no
Diffstat (limited to 'www')
-rw-r--r-- | www/lynx/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index f539160d344..df92a8ad6d3 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.98 2007/05/11 22:22:40 wiz Exp $ +# $NetBSD: Makefile,v 1.99 2007/05/17 17:26:31 gdt Exp $ # # NOTE: Please do not enable the lynxcgi feature unless it is lynx @@ -19,6 +19,9 @@ MAINTAINER= fredb@NetBSD.org HOMEPAGE= http://lynx.isc.org/ COMMENT= Alphanumeric display oriented World-Wide Web Client +# problem with WWW/Library/Implementation +MAKE_JOBS_SAFE= no + PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir |