[PC-BSD Commits] r20338 - pbi/modules/security/gpa
svn at pcbsd.org
svn at pcbsd.org
Fri Nov 30 15:03:52 PST 2012
Author: kenmoore
Date: 2012-11-30 23:03:52 +0000 (Fri, 30 Nov 2012)
New Revision: 20338
Modified:
pbi/modules/security/gpa/pbi.conf
Log:
Try to fix security/gpa, needs to have security/gnupg built with a particular option set before the main program is compiled
Modified: pbi/modules/security/gpa/pbi.conf
===================================================================
--- pbi/modules/security/gpa/pbi.conf 2012-11-30 22:44:08 UTC (rev 20337)
+++ pbi/modules/security/gpa/pbi.conf 2012-11-30 23:03:52 UTC (rev 20338)
@@ -9,7 +9,7 @@
# -- Port Information --
PBI_MAKEPORT="security/gpa"
-PBI_MKPORTBEFORE=""
+PBI_MKPORTBEFORE="security/gnupg"
PBI_MKPORTAFTER=""
PBI_MAKEOPTS="gnupg_SET= GPGSM"
@@ -17,7 +17,7 @@
PBI_REQUIRESROOT="NO"
# -- Auto-build Configuration Options --
-PBI_BUILDKEY="01"
+PBI_BUILDKEY="02"
PBI_AB_PRIORITY="00"
PBI_AB_NOTMPFS="NO"
More information about the Commits
mailing list