diff options
author | rh <rh@pkgsrc.org> | 2003-04-03 22:47:42 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2003-04-03 22:47:42 +0000 |
commit | a2670afcb96e4d581f167a81f10d9de9ca0d1df5 (patch) | |
tree | df577e02a32603459a798866dbc5380f6e0c3784 | |
parent | 87d5b75c0c01da4915ba1b44816cf68db23eea09 (diff) | |
download | pkgsrc-a2670afcb96e4d581f167a81f10d9de9ca0d1df5.tar.gz |
Add webwasher licence (commented out)
-rw-r--r-- | mk/bsd.pkg.defaults.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk index 606acdb0e51..c77ded10f15 100644 --- a/mk/bsd.pkg.defaults.mk +++ b/mk/bsd.pkg.defaults.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.defaults.mk,v 1.137 2003/03/26 20:19:51 agc Exp $ +# $NetBSD: bsd.pkg.defaults.mk,v 1.138 2003/04/03 22:47:42 rh Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -261,6 +261,9 @@ PATCH_FUZZ_FACTOR?= -F0 #ACCEPTABLE_LICENSES+= unrar-license # Enable it if you accept the license terms for the unrar archiver # and would like to build unrar. see pkgsrc/archivers/unrar. +#ACCEPTABLE_LICENSES+= webwasher-license +# Enable it if you accept the license terms for webwasher and would +# like to build webwasher. see pkgsrc/licenses/webwasher-license #ACCEPTABLE_LICENSES+= zoo-license # Enable it if you accept the license terms for the zoo archiver # and would like to build zoo. see pkgsrc/archivers/zoo. |