Ticket #21729: Portfile-glade3.diff
File Portfile-glade3.diff, 1.1 KB (added by nodamage@…, 15 years ago) |
---|
-
Portfile
old new 30 30 31 31 depends_lib port:gtk2 \ 32 32 port:libxml2 \ 33 port:libgnomeui \ 34 port:py25-gtk 33 port:libgnomeui 35 34 36 35 depends_run port:hicolor-icon-theme \ 37 36 port:devhelp 38 37 39 38 configure.args --disable-scrollkeeper 40 39 41 configure.python ${prefix}/bin/python2.542 43 40 post-activate { 44 41 system "scrollkeeper-update" 45 42 } … … 54 51 depends_run-delete port:devhelp 55 52 } 56 53 54 variant python25 conflicts python26 description {Use Python 2.5} { 55 depends_lib-append port:py25-gtk 56 configure.python ${prefix}/bin/python2.5 57 } 58 59 variant python26 conflicts python25 description {Use Python 2.6} { 60 depends_lib-append port:py26-gtk 61 configure.python ${prefix}/bin/python2.6 62 } 63 64 if {![variant_isset python25]} { 65 default_variants +python26 66 } 67 57 68 livecheck.type regex 58 69 livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/ 59 70 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}