diff options
author | Steve Wills <swills@FreeBSD.org> | 2018-11-19 23:57:08 +0800 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2018-11-19 23:57:08 +0800 |
commit | b4bab1c271f83a726336facb0ca61d5b3dd7dc68 (patch) | |
tree | 8d3d2c40872fa7f4d249c096fa4b37062aa00d11 /emulators/fuse | |
parent | bcd04fb32a034ad109744e7b77dad8391782abf9 (diff) | |
download | freebsd-ports-gnome-b4bab1c271f83a726336facb0ca61d5b3dd7dc68.tar.gz freebsd-ports-gnome-b4bab1c271f83a726336facb0ca61d5b3dd7dc68.tar.zst freebsd-ports-gnome-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
Diffstat (limited to 'emulators/fuse')
-rw-r--r-- | emulators/fuse/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/fuse/Makefile b/emulators/fuse/Makefile index dff6e75c08e4..fe5d7e09d732 100644 --- a/emulators/fuse/Makefile +++ b/emulators/fuse/Makefile @@ -18,7 +18,8 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libspectrum.so:emulators/libspectrum GNU_CONFIGURE= yes -USES= gettext gmake localbase pkgconfig +USES= gettext gmake localbase perl5 pkgconfig +USE_PERL5= build USE_GNOME= cairo libxml2 glib20 USE_XORG= x11 |