Date: Tue, 18 Oct 2016 15:58:13 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424171 - head/net/belle-sip Message-ID: <201610181558.u9IFwD2N056898@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Tue Oct 18 15:58:13 2016 New Revision: 424171 URL: https://svnweb.freebsd.org/changeset/ports/424171 Log: Add USES=pkgconfig to fix build. PR: 213592 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Modified: head/net/belle-sip/Makefile Modified: head/net/belle-sip/Makefile ============================================================================== --- head/net/belle-sip/Makefile Tue Oct 18 15:27:25 2016 (r424170) +++ head/net/belle-sip/Makefile Tue Oct 18 15:58:13 2016 (r424171) @@ -24,7 +24,7 @@ LIBS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-strict --disable-tests \ --with-antlr=${LOCALBASE} INSTALL_TARGET= install-strip -USES= compiler:c11 gmake libtool pathfix +USES= compiler:c11 gmake libtool pathfix pkgconfig USE_JAVA= yes JAVA_BUILD= jre JAVA_VERSION= 1.6+
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610181558.u9IFwD2N056898>