[20808] trunk/dports/gnome/gnucash-devel/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Nov 29 12:29:28 PST 2006


Revision: 20808
          http://trac.macosforge.org/projects/macports/changeset/20808
Author:   mas at macports.org
Date:     2006-11-29 12:29:28 -0800 (Wed, 29 Nov 2006)

Log Message:
-----------
UPDATE: gnucash-devel to svn version 15160

Modified Paths:
--------------
    trunk/dports/gnome/gnucash-devel/Portfile

Modified: trunk/dports/gnome/gnucash-devel/Portfile
===================================================================
--- trunk/dports/gnome/gnucash-devel/Portfile	2006-11-29 20:25:04 UTC (rev 20807)
+++ trunk/dports/gnome/gnucash-devel/Portfile	2006-11-29 20:29:28 UTC (rev 20808)
@@ -2,7 +2,8 @@
 
 PortSystem        1.0
 name              gnucash-devel
-svn.tag		  15123
+svn.tag		  15160
+	# see http://svn.gnucash.org/trac/timeline
 version		  2.1.svn-${svn.tag}
 revision	  0
 categories        gnome x11
@@ -28,6 +29,7 @@
 		  lib:libgtkhtml-3:libgtkhtml3 \
 		  lib:libgsf:libgsf \
 		  lib:libgoffice:goffice \
+		  lib:aqbanking:aqbanking \
 		  lib:Finance/Quote.pm:p5-finance-quote \
 		  port:gnucash-docs
 depends_build	  bin:glibtoolize:libtool port:automake bin:swig:swig
@@ -36,17 +38,19 @@
 svn.url		  http://svn.gnucash.org/repo/gnucash/trunk/
 distname	  trunk
 
-pre-configure {	system "cd ${worksrcpath} && LIBTOOLIZE=glibtoolize ./autogen.sh" }
+pre-configure {
+	system "cd ${worksrcpath} && LIBTOOLIZE=glibtoolize ./autogen.sh"
+}
 
 configure.env	  CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
 		  CFLAGS="-L${prefix}/lib -I${prefix}/include" \
 		  LDFLAGS=-L${prefix}/lib
 configure.args	  --disable-glibtest --disable-debug --disable-profile \
-		  --disable-dependency-tracking
+		  --disable-dependency-tracking --enable-hbci
 
-variant enable_hbci {
-	depends_lib-append	lib:aqbanking:aqbanking
-	configure.args-append	--enable-hbci
+variant without_hbci {
+	depends_lib-delete	lib:aqbanking:aqbanking
+	configure.args-delete	--enable-hbci
 }
 
 variant enable_ofx {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061129/2c934129/attachment.html


More information about the macports-changes mailing list