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-wm | |
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-wm')
-rw-r--r-- | x11-wm/i3/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-wm/i3/Makefile b/x11-wm/i3/Makefile index 5bba3bd74e50..3e85c6836630 100644 --- a/x11-wm/i3/Makefile +++ b/x11-wm/i3/Makefile @@ -32,7 +32,6 @@ USE_XORG= xcb GNU_CONFIGURE= yes CONFIGURE_OUTSOURCE= yes CONFIGURE_ENV= ac_cv_path_PATH_ASCIIDOC="" -USE_PERL5= run LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} INSTALL_TARGET= install-strip |