[PC-BSD Commits] r13097 - pbi/modules/graphics/mypaint
svn at pcbsd.org
svn at pcbsd.org
Mon Oct 3 15:37:51 PDT 2011
Author: kenmoore
Date: 2011-10-03 15:37:51 -0700 (Mon, 03 Oct 2011)
New Revision: 13097
Modified:
pbi/modules/graphics/mypaint/pbi.conf
Log:
MyPaint was missing the PBI_MAKEPORT entry; fixed
Modified: pbi/modules/graphics/mypaint/pbi.conf
===================================================================
--- pbi/modules/graphics/mypaint/pbi.conf 2011-10-03 22:35:53 UTC (rev 13096)
+++ pbi/modules/graphics/mypaint/pbi.conf 2011-10-03 22:37:51 UTC (rev 13097)
@@ -20,6 +20,8 @@
# PBI Update URL set to "" or the http:// URL of update checker
PBI_UPDATEURL="http://update.pbidir.com"
+
+PBI_BUILDKEY="graphics/mypaint"; export PBI_MAKEPORT
# Additional options for make.conf
PBI_MAKEOPTS="WITH_NUMPY=on"
More information about the Commits
mailing list