[PC-BSD Commits] r13001 - pbi/modules/emulators/virtualbox-ose
svn at pcbsd.org
svn at pcbsd.org
Tue Sep 27 11:12:00 PDT 2011
Author: kenmoore
Date: 2011-09-27 11:12:00 -0700 (Tue, 27 Sep 2011)
New Revision: 13001
Modified:
pbi/modules/emulators/virtualbox-ose/pbi.conf
Log:
Remove the bcc port from being made beforehand, not the fix for the 32-bit build failures
Modified: pbi/modules/emulators/virtualbox-ose/pbi.conf
===================================================================
--- pbi/modules/emulators/virtualbox-ose/pbi.conf 2011-09-27 18:04:53 UTC (rev 13000)
+++ pbi/modules/emulators/virtualbox-ose/pbi.conf 2011-09-27 18:12:00 UTC (rev 13001)
@@ -27,11 +27,11 @@
WITH_WEBSERVICE=yes"
# Ports to build before / after
-PBI_MKPORTBEFORE="devel/bcc"
+PBI_MKPORTBEFORE=""
PBI_MKPORTAFTER="devel/qt4"
# Set the build key
-PBI_BUILDKEY="05"
+PBI_BUILDKEY="06"
# This app needs to install as root
PBI_REQUIRESROOT="YES"
More information about the Commits
mailing list