aboutsummaryrefslogtreecommitdiff
path: root/devel/glib20
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2018-11-19 15:57:08 +0000
committerSteve Wills <swills@FreeBSD.org>2018-11-19 15:57:08 +0000
commitb4bab1c271f83a726336facb0ca61d5b3dd7dc68 (patch)
tree8d3d2c40872fa7f4d249c096fa4b37062aa00d11 /devel/glib20
parentbcd04fb32a034ad109744e7b77dad8391782abf9 (diff)
downloadports-b4bab1c271f83a726336facb0ca61d5b3dd7dc68.tar.gz
ports-b4bab1c271f83a726336facb0ca61d5b3dd7dc68.zip
devel/glib20: remove runtime dep on perl5
Since glib-mkenums was rewritten in python in glib 2.53.5, glib20 seems to no longer need perl5 at runtime. This makes perl5 a build dep only. Removing the run dep causes some other ports to fail, so add the build dep to those where needed. PR: 233138 Approved by: gnome (kwm, maintainer, older version of patch) Exp-run by: antoine
Notes
Notes: svn path=/head/; revision=485327
Diffstat (limited to 'devel/glib20')
-rw-r--r--devel/glib20/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile
index f8e91d364e8b..f715f145deae 100644
--- a/devel/glib20/Makefile
+++ b/devel/glib20/Makefile
@@ -3,6 +3,7 @@
PORTNAME= glib
PORTVERSION= 2.56.3
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= GNOME
@@ -28,6 +29,7 @@ USE_LDCONFIG= yes
USES+= compiler:c11 gettext gmake gnome iconv:wchar_t libtool \
localbase pathfix perl5 pkgconfig python shebangfix
USE_PYTHON= py3kplist
+USE_PERL5= build
CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \
--enable-static=yes \
--with-pcre=system \