Date: Thu, 25 Oct 2018 22:07:59 +0000 (UTC) From: Martin Matuska <mm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482994 - head/net-im/jabberd Message-ID: <201810252207.w9PM7xRF081656@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810252207.w9PM7xRF081656>