diff options
author | swills <swills@FreeBSD.org> | 2018-11-19 23:57:08 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2018-11-19 23:57:08 +0800 |
commit | 1a169f6a72605fdad38110c8079f94c82833cdf4 (patch) | |
tree | 8d3d2c40872fa7f4d249c096fa4b37062aa00d11 /x11/sakura | |
parent | 856f63cc00154c0f417e61e3d7bb218de9e1ebf8 (diff) | |
download | freebsd-ports-gnome-1a169f6a72605fdad38110c8079f94c82833cdf4.tar.gz freebsd-ports-gnome-1a169f6a72605fdad38110c8079f94c82833cdf4.tar.zst freebsd-ports-gnome-1a169f6a72605fdad38110c8079f94c82833cdf4.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
Diffstat (limited to 'x11/sakura')
-rw-r--r-- | x11/sakura/Makefile | 3 |
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: |