svn commit: r482994 - head/net-im/jabberd

Martin Matuska mm at FreeBSD.org
Thu Oct 25 22:08:00 UTC 2018


Author: mm
Date: Thu Oct 25 22:07:59 2018
New Revision: 482994
URL: https://svnweb.freebsd.org/changeset/ports/482994

Log:
  net-im/jabberd: add missing build dependency on pkgconfig

Modified:
  head/net-im/jabberd/Makefile

Modified: head/net-im/jabberd/Makefile
==============================================================================
--- head/net-im/jabberd/Makefile	Thu Oct 25 21:59:37 2018	(r482993)
+++ head/net-im/jabberd/Makefile	Thu Oct 25 22:07:59 2018	(r482994)
@@ -3,7 +3,7 @@
 
 PORTNAME=	jabberd
 PORTVERSION=	2.6.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	net-im
 MASTER_SITES=	https://github.com/jabberd2/jabberd2/releases/download/${PORTNAME}-${DISTVERSION}/ \
 		LOCAL/matthew/${PORTNAME}
@@ -17,7 +17,8 @@ LIB_DEPENDS=	libexpat.so:textproc/expat2 \
 		libgsasl.so:security/gsasl \
 		libidn.so:dns/libidn \
 		libudns.so:dns/udns
-USES=		autoreconf compiler:c11 iconv libtool perl5 ssl tar:xz
+USES=		autoreconf compiler:c11 iconv libtool perl5 pkgconfig \
+		ssl tar:xz
 
 OPTIONS_DEFINE=	MYSQL PGSQL LDAP BDB SQLITE PAM PIPE ANON FS DEBUG REQUIRES \
 		DOCS SUPERSEDED EXPERIMENTAL


More information about the svn-ports-head mailing list