freebsd-ports/net/libfixbuf/Makefile
Steve Wills b4bab1c271 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
2018-11-19 15:57:08 +00:00

22 lines
508 B
Makefile

# Created by: David Thiel <lx@redundancy.redundancy.org>
# $FreeBSD$
PORTNAME= libfixbuf
PORTVERSION= 2.1.0
CATEGORIES= net
MASTER_SITES= http://tools.netsa.cert.org/releases/
MAINTAINER= nacho319+freebsdZilla@gmail.com
COMMENT= Library for using the IP Flow Information Export protocol
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= libtool pathfix perl5 pkgconfig
USE_GNOME= glib20
USE_PERL5= build
USE_LDCONFIG= yes
.include <bsd.port.mk>