svn commit: r458683 - branches/2018Q1/finance/gnucash

Guido Falsi madpilot at FreeBSD.org
Wed Jan 10 19:42:35 UTC 2018


Author: madpilot
Date: Wed Jan 10 19:42:34 2018
New Revision: 458683
URL: https://svnweb.freebsd.org/changeset/ports/458683

Log:
  MFH: r458165
  
  Fix conditional in flavoring.
  
  I missed this change when I committed the approved review.
  
  Reviewed by:		portmgr (mat)
  Approved by:		portmgr (mat)
  Differential Revision:	https://reviews.freebsd.org/D13478
  
  Approved by:		ports-secteam (swills)

Modified:
  branches/2018Q1/finance/gnucash/Makefile
Directory Properties:
  branches/2018Q1/   (props changed)

Modified: branches/2018Q1/finance/gnucash/Makefile
==============================================================================
--- branches/2018Q1/finance/gnucash/Makefile	Wed Jan 10 19:33:07 2018	(r458682)
+++ branches/2018Q1/finance/gnucash/Makefile	Wed Jan 10 19:42:34 2018	(r458683)
@@ -100,7 +100,7 @@ GLIB_SCHEMAS=	org.gnucash.dialogs.business.gschema.xml
 .if ${FLAVOR:U} == guile1
 CONFIGURE_ARGS+=	--with-guile=1.8
 PLIST_SUB+=		GUILE2="@comment "
-.elif ${FLAVOR:U} == guile2
+.elif ${FLAVOR:U${FLAVORS:[1]}} == guile2
 CONFIGURE_ARGS+=	--with-guile=2.0
 PLIST_SUB+=		GUILE2=""
 .endif


More information about the svn-ports-branches mailing list