From 2e3c22209d1a308abf08cc91b5808792cc11069c Mon Sep 17 00:00:00 2001 From: Guido Falsi Date: Fri, 5 Jan 2018 19:20:35 +0000 Subject: Fix conditional in flavoring. I missed this change when I committed the approved review. Reviewed by: portmgr (mat) Approved by: portmgr (mat) MFH: 2018Q1 Differential Revision: https://reviews.freebsd.org/D13478 --- finance/gnucash/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'finance') diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index a9d803e811b5..92c62e2bc151 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -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 -- cgit v1.2.3