diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 17:55:41 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 17:55:41 +0000 |
commit | 184fe8daa42501edf954dd180c45af4c0ac1b31a (patch) | |
tree | 3c4966978dcdbf09071760438b6641e1107e1d97 /devel/glib20 | |
parent | 276f6257d405061578189f52bb452e638cd60267 (diff) |
Notes
Diffstat (limited to 'devel/glib20')
-rw-r--r-- | devel/glib20/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index 4030736d8183..8c1748d3db6b 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -25,10 +25,9 @@ LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre \ USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USES= gettext gmake iconv pathfix pkgconfig shebangfix +USES= gettext gmake iconv pathfix pkgconfig shebangfix perl5 USE_GNOME= ltverhack USE_PYTHON= 2.5+ -USE_PERL5= yes CONFIGURE_ARGS= --enable-static \ --disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \ --disable-man --without-xml-catalog \ |