diff options
Diffstat (limited to 'devel/glib20/Makefile')
-rw-r--r-- | devel/glib20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index 960a5114e..8a4b2d5a2 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -4,7 +4,7 @@ PORTNAME= glib PORTVERSION= 2.40.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -26,7 +26,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes # iconv:wchar_t - our iconv in base doesn't support utf-8 -> wchar_t (boooo) # (wchar_t is used by glibmm, rawtherapee triggered this) -USES+= gettext gmake iconv:wchar_t libtool:keepla pathfix perl5 \ +USES+= gettext gmake iconv:wchar_t libtool pathfix perl5 \ pkgconfig python shebangfix PYTHON_FEATURES= py3kplist CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \ |