svn commit: r522211 - head/devel/gearmand-devel

Dirk Meyer dinoex at FreeBSD.org
Mon Jan 6 09:34:06 UTC 2020


Author: dinoex
Date: Mon Jan  6 09:34:05 2020
New Revision: 522211
URL: https://svnweb.freebsd.org/changeset/ports/522211

Log:
  - add libboost_program_options.so to LIB_DEPENDS

Modified:
  head/devel/gearmand-devel/Makefile

Modified: head/devel/gearmand-devel/Makefile
==============================================================================
--- head/devel/gearmand-devel/Makefile	Mon Jan  6 09:30:12 2020	(r522210)
+++ head/devel/gearmand-devel/Makefile	Mon Jan  6 09:34:05 2020	(r522211)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gearmand
 PORTVERSION=	1.1.8
-PORTREVISION=	21
+PORTREVISION=	22
 CATEGORIES=	devel
 MASTER_SITES=	http://launchpad.net/gearmand/1.2/${PORTVERSION}/+download/
 PKGNAMESUFFIX=	-devel
@@ -14,7 +14,8 @@ COMMENT=	Gearman C Server and Library
 BUILD_DEPENDS=	boost-libs>=0:devel/boost-libs \
 		${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${PY_FLAVOR}
 LIB_DEPENDS=	libevent.so:devel/libevent \
-		libuuid.so:misc/e2fsprogs-libuuid
+		libuuid.so:misc/e2fsprogs-libuuid \
+		libboost_program_options.so:devel/boost-libs
 
 CONFLICTS=	p5-Gearman-Server-1.* gearmand-1.0.*
 


More information about the svn-ports-all mailing list