summaryrefslogtreecommitdiff
path: root/graphics/blender
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-10-05 13:29:49 +0000
committerwiz <wiz@pkgsrc.org>2005-10-05 13:29:49 +0000
commit5c11268df7a1edc65c6fe94d70f29b8e933390d7 (patch)
tree5ecdf8abc397aa005a5d5717e7133a0ce6eadbcb /graphics/blender
parent8f3538025b0a3122c8d8e8a8234dfc4fb3109538 (diff)
downloadpkgsrc-5c11268df7a1edc65c6fe94d70f29b8e933390d7.tar.gz
Remove some more *LEGACY* settings that are over a month old and
thus were before 2005Q3.
Diffstat (limited to 'graphics/blender')
-rw-r--r--graphics/blender/options.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/blender/options.mk b/graphics/blender/options.mk
index 53044268694..47f61edfa6e 100644
--- a/graphics/blender/options.mk
+++ b/graphics/blender/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2005/06/02 14:14:43 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2005/10/05 13:29:49 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.blender
PKG_SUPPORTED_OPTIONS=
@@ -6,10 +6,6 @@ PKG_SUPPORTED_OPTIONS=
.if 0
PKG_SUPPORTED_OPTIONS+= blender-exppython ogg openal vorbis
.endif
-PKG_OPTIONS_LEGACY_VARS+= BLENDER_USE_EXPPYTHON:blender-exppython
-PKG_OPTIONS_LEGACY_VARS+= BLENDER_USE_OGG:ogg
-PKG_OPTIONS_LEGACY_VARS+= BLENDER_USE_OPENAL:openal
-PKG_OPTIONS_LEGACY_VARS+= BLENDER_USE_VORBIS:vorbis
.include "../../mk/bsd.options.mk"