Revision: 77300 http://trac.macports.org/changeset/77300 Author: dports@macports.org Date: 2011-03-26 11:46:02 -0700 (Sat, 26 Mar 2011) Log Message: ----------- gnucash-devel: fix +without_hbci configure failure; --disable-hbci is now --disable-aqbanking (#28855; merge change from r77299 from gnucash port) Revision Links: -------------- http://trac.macports.org/changeset/77299 Modified Paths: -------------- trunk/dports/gnome/gnucash-devel/Portfile Property Changed: ---------------- trunk/dports/gnome/gnucash-devel/Portfile Modified: trunk/dports/gnome/gnucash-devel/Portfile =================================================================== --- trunk/dports/gnome/gnucash-devel/Portfile 2011-03-26 18:44:55 UTC (rev 77299) +++ trunk/dports/gnome/gnucash-devel/Portfile 2011-03-26 18:46:02 UTC (rev 77300) @@ -72,10 +72,10 @@ depends_lib-append port:libgtkhtml3 } -variant without_hbci description {Disables HBCI support} { +variant without_hbci description {Disables AqBanking/HBCI support} { depends_lib-delete port:aqbanking - configure.args-delete --enable-hbci - configure.args-append --disable-hbci + configure.args-delete --enable-aqbanking + configure.args-append --disable-aqbanking } variant without_ofx description {Disables ofx support} { Property changes on: trunk/dports/gnome/gnucash-devel/Portfile ___________________________________________________________________ Modified: svn:mergeinfo - /trunk/dports/gnome/gnucash/Portfile:75076,76649,77149 + /trunk/dports/gnome/gnucash/Portfile:75076,76649,77149,77299
participants (1)
-
dports@macports.org