Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jan 2020 09:34:05 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r522211 - head/devel/gearmand-devel
Message-ID:  <202001060934.0069Y5sq013571@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.*
 



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