1 | --- Portfile.orig 2015-04-26 11:01:39.000000000 -0400 |
---|
2 | +++ Portfile 2015-08-09 00:23:24.000000000 -0400 |
---|
3 | @@ -45,10 +45,13 @@ |
---|
4 | path:lib/pkgconfig/glib-2.0.pc:glib2 \ |
---|
5 | port:gettext \ |
---|
6 | port:gtk2 \ |
---|
7 | - port:libxml2 |
---|
8 | + port:libxml2 \ |
---|
9 | + port:gtk-osx-application-gtk2 |
---|
10 | + |
---|
11 | + |
---|
12 | |
---|
13 | patchfiles patch-configure.ac.diff \ |
---|
14 | - patch-gtksourceview_gtksourceview-i18n.c.diff |
---|
15 | + gtkosxapplication.diff |
---|
16 | |
---|
17 | # reconfigure using upstream autogen.sh for intltool 0.51 compatibility |
---|
18 | |
---|
19 | @@ -77,10 +80,6 @@ |
---|
20 | } |
---|
21 | } |
---|
22 | |
---|
23 | -variant quartz { |
---|
24 | - depends_lib-append port:ige-mac-integration |
---|
25 | -} |
---|
26 | - |
---|
27 | variant glade description {Build glade catalog} { |
---|
28 | depends_lib-append port:glade3 |
---|
29 | configure.args-append --enable-glade-catalog |
---|