Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Mar 2019 23:49:32 +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: r496227 - head/devel/libevent
Message-ID:  <201903182349.x2INnWbc093997@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mm
Date: Mon Mar 18 23:49:32 2019
New Revision: 496227
URL: https://svnweb.freebsd.org/changeset/ports/496227

Log:
  devel/libevent: add pkgconfig to USES=
  
  PR:		223170
  Submitted by:	Thierry Thomas <thierry@FreeBSD.org>

Modified:
  head/devel/libevent/Makefile

Modified: head/devel/libevent/Makefile
==============================================================================
--- head/devel/libevent/Makefile	Mon Mar 18 23:42:36 2019	(r496226)
+++ head/devel/libevent/Makefile	Mon Mar 18 23:49:32 2019	(r496227)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libevent
 PORTVERSION=	2.1.8
-PORTREVISION=	2
+PORTREVISION=	3
 DISTVERSIONPREFIX=	release-
 DISTVERSIONSUFFIX=	-stable
 CATEGORIES=	devel
@@ -14,7 +14,7 @@ COMMENT=	API for executing callback functions on event
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		autoreconf libtool pathfix python:2.7,env shebangfix
+USES=		autoreconf libtool pathfix pkgconfig python:2.7,env shebangfix
 SHEBANG_FILES=	event_rpcgen.py
 USE_GITHUB=	yes
 GNU_CONFIGURE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903182349.x2INnWbc093997>