[PC-BSD Commits] r5894 - pbibuild/modules/sysutils/webmin
svn at pcbsd.org
svn at pcbsd.org
Fri Jan 8 11:26:53 PST 2010
Author: kris
Date: 2010-01-08 11:26:53 -0800 (Fri, 08 Jan 2010)
New Revision: 5894
Modified:
pbibuild/modules/sysutils/webmin/pbi.conf
Log:
Fix webmin, needs perl
Modified: pbibuild/modules/sysutils/webmin/pbi.conf
===================================================================
--- pbibuild/modules/sysutils/webmin/pbi.conf 2010-01-08 19:04:05 UTC (rev 5893)
+++ pbibuild/modules/sysutils/webmin/pbi.conf 2010-01-08 19:26:53 UTC (rev 5894)
@@ -32,7 +32,7 @@
# 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="06"
+BUILDKEY="01"
# If this port has a non-standard port version variable in Makefile, then
# list the key here such as "OOOVERSION="
@@ -41,5 +41,7 @@
# Set this to YES to mark a port / module as broken
#PORTBROKE="YES" ; export PORTBROKE
+# Dont prune perl files, we need them
+PBIPRUNEPERL="NO" ; export PBIPRUNEPERL
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY VERKEY
More information about the Commits
mailing list