diff -rNU4 --exclude=work sources/rsync.macports.org/release/ports/gnome/evolution-data-server/Portfile /Users/jmeyer/work/ports/gnome/evolution-data-server/Portfile
old
|
new
|
|
36 | 36 | --enable-smime \ |
37 | 37 | --enable-gnome-keyring \ |
38 | 38 | --enable-ipv6 \ |
39 | 39 | --enable-nntp \ |
40 | | --enable-gtk-doc \ |
41 | 40 | --with-libiconv=${prefix} \ |
42 | 41 | --with-nspr-includes=${prefix}/include/nspr \ |
43 | 42 | --with-nspr-libs=${prefix}/lib/nspr \ |
44 | 43 | --with-nss-includes=${prefix}/include/nss \ |
… |
… |
|
51 | 50 | ${worksrcpath}/camel/camel-block-file.h |
52 | 51 | } |
53 | 52 | } |
54 | 53 | |
| 54 | variant gtk-doc description {Build gtk-doc documentation} { |
| 55 | configure.args-append --enable-gtk-doc |
| 56 | } |
| 57 | |
55 | 58 | livecheck.check regex |
56 | 59 | livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/ |
57 | 60 | livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)} |