summaryrefslogtreecommitdiff
path: root/x11/sakura
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 /x11/sakura
parentNew port: textproc/chkascii: Check an ASCII text file for invalid characters (diff)
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 'x11/sakura')
-rw-r--r--x11/sakura/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/sakura/Makefile b/x11/sakura/Makefile
index b825021bc90f..8d1d02b77538 100644
--- a/x11/sakura/Makefile
+++ b/x11/sakura/Makefile
@@ -20,7 +20,8 @@ OPTIONS_DEFINE= DOCS
USE_GNOME= cairo gdkpixbuf2 vte3
USE_XORG= x11
-USES= cmake pkgconfig gettext tar:bzip2
+USES= cmake pkgconfig gettext perl5 tar:bzip2
+USE_PERL5= build
LDFLAGS+= -lintl
post-patch: