diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2018-01-05 19:20:35 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2018-01-05 19:20:35 +0000 |
commit | 2e3c22209d1a308abf08cc91b5808792cc11069c (patch) | |
tree | 8b81f4fbc8888c9ce659110f4c4882d59d3f6063 /finance | |
parent | 310045a7841dc89aae10e8f0c3f37152ae06625d (diff) |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/gnucash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |