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
This commit is contained in:
parent
310045a784
commit
2e3c22209d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458165
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user