aboutsummaryrefslogtreecommitdiff
path: root/net/libfixbuf
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 /net/libfixbuf
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 'net/libfixbuf')
-rw-r--r--net/libfixbuf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/libfixbuf/Makefile b/net/libfixbuf/Makefile
index c9a920f5d726..0a7190df5b3f 100644
--- a/net/libfixbuf/Makefile
+++ b/net/libfixbuf/Makefile
@@ -14,8 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
-USES= libtool pathfix pkgconfig
+USES= libtool pathfix perl5 pkgconfig
USE_GNOME= glib20
+USE_PERL5= build
USE_LDCONFIG= yes
.include <bsd.port.mk>