Ticket #15327: gnucash-Portfile.diff
File gnucash-Portfile.diff, 487 bytes (added by mp@…, 17 years ago) |
---|
-
Portfile
old new 43 43 depends_build bin:glibtoolize:libtool 44 44 depends_run port:evince 45 45 46 # If gtk was installed with quartz support, then we don't need evince for printing 47 if { "" != [ glob -nocomplain ${prefix}/lib/libgdk-quartz-* ] } { 48 depends_run-delete port:evince 49 } 50 46 51 configure.args --disable-glibtest \ 47 52 --disable-dependency-tracking --enable-hbci --enable-ofx 48 53