diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-05-28 15:53:12 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-05-28 15:53:12 +0000 |
commit | b35d09294d6d3a898a89fffd064e116e7ca06bf7 (patch) | |
tree | 625af18a9c47ae52651a484e42c717846c52921d /mk | |
parent | 4216781bb955a878a11ae2b5d64c09c1d07d6912 (diff) | |
download | pkgsrc-b35d09294d6d3a898a89fffd064e116e7ca06bf7.tar.gz |
Add some, per default undefined, variables for the blender package.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.defaults.mk | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk index c642848535d..6c0570ae090 100644 --- a/mk/bsd.pkg.defaults.mk +++ b/mk/bsd.pkg.defaults.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.defaults.mk,v 1.151 2003/05/24 17:32:02 salo Exp $ +# $NetBSD: bsd.pkg.defaults.mk,v 1.152 2003/05/28 15:53:12 jschauma Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -531,6 +531,36 @@ ATERM_USE_GREEK?= NO # Possible: not defined, YES # Default: not defined +#BLENDER_INSTALL_DOC= YES +# Used in blender to determine if the extensive html documentation should be +# installed or not. +# Possible: YES, not defined +# Default: not defined + +#BLENDER_USE_OGG= YES +# Used in blender to determine if support for the ogg audio format should be +# compiled in or not. +# Possible: YES, not defined +# Default: not defined + +#BLENDER_USE_VORBIS= YES +# Used in blender to determine if support for the vorbis audio format should +# be compiled in or not. +# Possible: YES, not defined +# Default: not defined + +#BLENDER_USE_OPENAL= YES +# Used in blender to determine if support for the openal audio format should +# be compiled in or not. +# Possible: YES, not defined +# Default: not defined + +#BLENDER_USE_EXPPYTHON= YES +# Used in blender to determine if experimental python support should be +# compiled in or not. +# Possible: YES, not defined +# Default: not defined + #BULK_PREREQ= # Used during bulk package builds. Packages listed in this variable are # assumed to be required to build all packages. Only a very limited number |