diff -ur /opt/local/var/macports/sources/sea.us.rsync.macports.org/release/tarballs/ports/gnome/gtksourceview2/Portfile ./Portfile
old
|
new
|
|
1 | 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 | | # $Id: Portfile 139399 2015-08-16 01:10:01Z devans@macports.org $ |
| 2 | # $Id: Portfile 135565 2015-04-26 14:34:52Z devans@macports.org $ |
3 | 3 | |
4 | 4 | PortSystem 1.0 |
5 | 5 | |
… |
… |
|
45 | 45 | path:lib/pkgconfig/glib-2.0.pc:glib2 \ |
46 | 46 | port:gettext \ |
47 | 47 | port:gtk2 \ |
48 | | port:libxml2 |
| 48 | port:libxml2 \ |
| 49 | port:gtk-osx-application-gtk2 |
| 50 | |
| 51 | |
49 | 52 | |
50 | 53 | patchfiles patch-configure.ac.diff \ |
51 | | patch-gtksourceview_gtksourceview-i18n.c.diff |
| 54 | patch-gtkosxapplication.diff |
52 | 55 | |
53 | 56 | # reconfigure using upstream autogen.sh for intltool 0.51 compatibility |
54 | 57 | |
… |
… |
|
77 | 80 | } |
78 | 81 | } |
79 | 82 | |
80 | | variant quartz { |
81 | | depends_lib-append port:ige-mac-integration |
82 | | } |
83 | | |
84 | 83 | variant glade description {Build glade catalog} { |
85 | 84 | depends_lib-append port:glade3 |
86 | 85 | configure.args-append --enable-glade-catalog |