[PC-BSD Commits] r19708 - pbi/modules/graphics/blender
svn at pcbsd.org
svn at pcbsd.org
Wed Oct 17 07:40:20 PDT 2012
Author: kenmoore
Date: 2012-10-17 14:40:20 +0000 (Wed, 17 Oct 2012)
New Revision: 19708
Modified:
pbi/modules/graphics/blender/pbi.conf
Log:
Convert the graphics/ modules to optionsNG
Modified: pbi/modules/graphics/blender/pbi.conf
===================================================================
--- pbi/modules/graphics/blender/pbi.conf 2012-10-17 14:38:48 UTC (rev 19707)
+++ pbi/modules/graphics/blender/pbi.conf 2012-10-17 14:40:20 UTC (rev 19708)
@@ -20,13 +20,13 @@
# The target port we are building
PBI_MAKEPORT="graphics/blender"
-PBI_MAKEOPTS="WITH_PLAYER=true WITH_SNDFILE=true"; export PBI_MAKEOPTS
+PBI_MAKEOPTS="blender_SET= PLAYER SNDFILE"; export PBI_MAKEOPTS
# Ports to build before / after
PBI_MKPORTBEFORE="x11/libxcb"
PBI_MKPORTAFTER="x11-themes/qtcurve-gtk2"
-PBI_BUILDKEY="04"; export PBI_BUILDKEY
+PBI_BUILDKEY="05"; export PBI_BUILDKEY
PBI_AB_NOTMPFS="YES"; export PBI_AB_NOTMPFS
More information about the Commits
mailing list