[PC-BSD Commits] r12758 - pbi/modules/audio/ardour
svn at pcbsd.org
svn at pcbsd.org
Mon Sep 12 08:09:39 PDT 2011
Author: kenmoore
Date: 2011-09-12 08:09:39 -0700 (Mon, 12 Sep 2011)
New Revision: 12758
Modified:
pbi/modules/audio/ardour/pbi.conf
Log:
Ardour needs to be run as root, therefore also make it require root for install
Modified: pbi/modules/audio/ardour/pbi.conf
===================================================================
--- pbi/modules/audio/ardour/pbi.conf 2011-09-12 15:04:55 UTC (rev 12757)
+++ pbi/modules/audio/ardour/pbi.conf 2011-09-12 15:09:39 UTC (rev 12758)
@@ -25,5 +25,8 @@
PBI_MKPORTBEFORE=""
PBI_MKPORTAFTER="x11-themes/qtcurve-gtk2"
-PBI_BUILDKEY="01"; export PBI_BUILDKEY
+PBI_REQUIRESROOT="YES"; export PBI_REQUIRESROOT
+
+PBI_BUILDKEY="02"; export PBI_BUILDKEY
+
export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MKPORTBEFORE PBI_MKPORTAFTER
More information about the Commits
mailing list