diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-05 13:29:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-05 13:29:49 +0000 |
commit | 5c11268df7a1edc65c6fe94d70f29b8e933390d7 (patch) | |
tree | 5ecdf8abc397aa005a5d5717e7133a0ce6eadbcb /graphics | |
parent | 8f3538025b0a3122c8d8e8a8234dfc4fb3109538 (diff) | |
download | pkgsrc-5c11268df7a1edc65c6fe94d70f29b8e933390d7.tar.gz |
Remove some more *LEGACY* settings that are over a month old and
thus were before 2005Q3.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/blender/options.mk | 6 | ||||
-rw-r--r-- | graphics/freetype2/Makefile | 3 | ||||
-rw-r--r-- | graphics/gimp1-base/options.mk | 3 |
3 files changed, 3 insertions, 9 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" diff --git a/graphics/freetype2/Makefile b/graphics/freetype2/Makefile index 3f59dd9e7e4..c90a7f35c1e 100644 --- a/graphics/freetype2/Makefile +++ b/graphics/freetype2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2005/06/30 13:01:28 adam Exp $ +# $NetBSD: Makefile,v 1.45 2005/10/05 13:29:50 wiz Exp $ DISTNAME= freetype-2.1.10 PKGNAME= freetype2-2.1.10 @@ -31,7 +31,6 @@ PKGCONFIG_OVERRIDE= builds/unix/freetype2.in PKG_OPTIONS_VAR+= PKG_OPTIONS.freetype2 PKG_SUPPORTED_OPTIONS= truetype -PKG_OPTIONS_LEGACY_VARS+= MKTTINTERP:truetype .include "../../mk/bsd.options.mk" diff --git a/graphics/gimp1-base/options.mk b/graphics/gimp1-base/options.mk index 5982eec1334..caf63e00efe 100644 --- a/graphics/gimp1-base/options.mk +++ b/graphics/gimp1-base/options.mk @@ -1,8 +1,7 @@ -# $NetBSD: options.mk,v 1.1 2005/05/31 22:26:10 wiz Exp $ +# $NetBSD: options.mk,v 1.2 2005/10/05 13:29:49 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gimp-base PKG_SUPPORTED_OPTIONS= gimp1-helpbrowser -PKG_OPTIONS_LEGACY_VARS+= GIMP_WITH_HELPBROWSER:gimp1-helpbrowser .include "../../mk/bsd.options.mk" |