diff options
author | gdt <gdt@pkgsrc.org> | 2008-07-02 13:14:23 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2008-07-02 13:14:23 +0000 |
commit | b2cf461775ca39c17a3b3dc79d6950e53dec6ed8 (patch) | |
tree | b71d51dfbc247dd06526765072e445795ca559a7 /devel/subversion-base | |
parent | d4c1c81c3050f6ed26cc36ccc07987db661789c6 (diff) | |
download | pkgsrc-b2cf461775ca39c17a3b3dc79d6950e53dec6ed8.tar.gz |
Add java option, defaulting to off. Make the subversion metapackage
not depend on java unless the option is selected. Resolves problem of
default dependency on non-portable and non-Free code in a Free
package. Approved in concept by epg. PKGREVISION++.
Diffstat (limited to 'devel/subversion-base')
-rw-r--r-- | devel/subversion-base/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/subversion-base/options.mk b/devel/subversion-base/options.mk index 50fdfcbd4fd..8c79586f9e0 100644 --- a/devel/subversion-base/options.mk +++ b/devel/subversion-base/options.mk @@ -1,7 +1,7 @@ -# $NetBSD: options.mk,v 1.5 2008/03/08 21:00:53 gdt Exp $ +# $NetBSD: options.mk,v 1.6 2008/07/02 13:14:23 gdt Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.subversion -PKG_SUPPORTED_OPTIONS= apache22 apr1 serf +PKG_SUPPORTED_OPTIONS= apache22 apr1 serf java PKG_SUGGESTED_OPTIONS= apr1 # Note that this file is included as part of several packages. |