svn commit: r424171 - head/net/belle-sip

Tijl Coosemans tijl at FreeBSD.org
Tue Oct 18 15:58:15 UTC 2016


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 at 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+


More information about the svn-ports-all mailing list