Date: Wed, 10 Jan 2018 19:42:34 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r458683 - branches/2018Q1/finance/gnucash Message-ID: <201801101942.w0AJgYCG081573@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801101942.w0AJgYCG081573>