[PC-BSD Commits] r5896 - pbibuild/modules/x11/kde3
svn at pcbsd.org
svn at pcbsd.org
Fri Jan 8 15:37:30 PST 2010
Author: kris
Date: 2010-01-08 15:37:30 -0800 (Fri, 08 Jan 2010)
New Revision: 5896
Modified:
pbibuild/modules/x11/kde3/pbi.conf
Log:
Kde3 needs perl / python / docs, include them
Modified: pbibuild/modules/x11/kde3/pbi.conf
===================================================================
--- pbibuild/modules/x11/kde3/pbi.conf 2010-01-08 21:08:13 UTC (rev 5895)
+++ pbibuild/modules/x11/kde3/pbi.conf 2010-01-08 23:37:30 UTC (rev 5896)
@@ -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="01"
+BUILDKEY="02"
+# 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