[PC-BSD Commits] r5820 - pbibuild/modules/x11/gnome2
svn at pcbsd.org
svn at pcbsd.org
Thu Jan 7 07:22:15 PST 2010
Author: kris
Date: 2010-01-07 07:22:15 -0800 (Thu, 07 Jan 2010)
New Revision: 5820
Modified:
pbibuild/modules/x11/gnome2/pbi.conf
Log:
Fixed up gnome, needs python, perl and docs
Modified: pbibuild/modules/x11/gnome2/pbi.conf
===================================================================
--- pbibuild/modules/x11/gnome2/pbi.conf 2010-01-07 14:58:47 UTC (rev 5819)
+++ pbibuild/modules/x11/gnome2/pbi.conf 2010-01-07 15:22:15 UTC (rev 5820)
@@ -32,6 +32,15 @@
# Build Key - Change this to anything else to trigger a rebuild
# - The rebuild will take place even if port is still the same ver
-BUILDKEY="05"
+BUILDKEY="01"
+# Dont prune python files, we need them
+PBIPRUNEPYTHON="NO" ; export PBIPRUNEPYTHON
+
+# Dont prune perl files, we need them
+PBIPRUNEPERL="NO" ; export PBIPRUNEPERL
+
+# Don't prune docs from this PBI
+PBIPRUNEDOC="NO ; export PBIPRUNEDOC
+
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list