diff options
author | wiz <wiz@pkgsrc.org> | 2005-06-02 14:16:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-06-02 14:16:02 +0000 |
commit | 7f0aa6e905063bc5c8ee968254f8d145c1ac3bec (patch) | |
tree | dfa62b2c8b29e27718ddb94c663e597e59b5ff16 | |
parent | 5f6c56480d8008f0b5ba7e49d2c7968b9a5a7dcd (diff) | |
download | pkgsrc-7f0aa6e905063bc5c8ee968254f8d145c1ac3bec.tar.gz |
Remove obsolete blender options.
-rw-r--r-- | mk/defaults/mk.conf | 32 |
1 files changed, 1 insertions, 31 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf index d6928bbe09a..dc1649e0995 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.56 2005/06/01 21:30:18 dillo Exp $ +# $NetBSD: mk.conf,v 1.57 2005/06/02 14:16:02 wiz Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -726,36 +726,6 @@ BIND_USER?= named # Possible: any user name # Default: named -#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 |