[PC-BSD Commits] r19688 - pbi/modules/audio/denemo
svn at pcbsd.org
svn at pcbsd.org
Tue Oct 16 06:47:41 PDT 2012
Author: kenmoore
Date: 2012-10-16 13:47:41 +0000 (Tue, 16 Oct 2012)
New Revision: 19688
Modified:
pbi/modules/audio/denemo/pbi.conf
Log:
Fix audio/denemo to use the Lilypond option rather than just adding the lilypond port afterwards
Modified: pbi/modules/audio/denemo/pbi.conf
===================================================================
--- pbi/modules/audio/denemo/pbi.conf 2012-10-16 13:29:24 UTC (rev 19687)
+++ pbi/modules/audio/denemo/pbi.conf 2012-10-16 13:47:41 UTC (rev 19688)
@@ -20,11 +20,11 @@
# The target port we are building
PBI_MAKEPORT="audio/denemo"
-
+PBI_MAKEOPTS="WITH_LILYPOND=true"; export PBI_MAKEOPTS
# Ports to build before / after
PBI_MKPORTBEFORE=""
-PBI_MKPORTAFTER="print/lilypond"
+PBI_MKPORTAFTER=""
-PBI_BUILDKEY="03"
+PBI_BUILDKEY="04"
export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_BUILDKEY
More information about the Commits
mailing list