[PC-BSD Commits] r17627 - pbi/modules/audio/mixxx
svn at pcbsd.org
svn at pcbsd.org
Thu Jul 5 06:05:43 PDT 2012
Author: kenmoore
Date: 2012-07-05 13:05:40 +0000 (Thu, 05 Jul 2012)
New Revision: 17627
Modified:
pbi/modules/audio/mixxx/pbi.conf
Log:
Change the pbi_mkportafter to pbi_mkportbefore and rebuild audio/mixxx to see if it will build with the qsqlite enabled now.
Modified: pbi/modules/audio/mixxx/pbi.conf
===================================================================
--- pbi/modules/audio/mixxx/pbi.conf 2012-07-05 12:24:08 UTC (rev 17626)
+++ pbi/modules/audio/mixxx/pbi.conf 2012-07-05 13:05:40 UTC (rev 17627)
@@ -21,9 +21,9 @@
# The target port we are building
PBI_MAKEPORT="audio/mixxx"
-PBI_MKPORTAFTER="databases/qt4-sqlite-plugin"
-PBI_BUILDKEY="04"; export PBI_BUILDKEY
+PBI_MKPORTBEFORE="databases/qt4-sqlite-plugin"
+PBI_BUILDKEY="05"; export PBI_BUILDKEY
PBI_REQUIRESROOT="YES"; export PBI_REQUIRESROOT
-export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MKPORTAFTER
+export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MKPORTBEFORE
More information about the Commits
mailing list