svn commit: r496227 - head/devel/libevent

Martin Matuska mm at FreeBSD.org
Mon Mar 18 23:49:33 UTC 2019


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


More information about the svn-ports-all mailing list