svn commit: r305309 - head/devel/gearmand

Greg Larkin glarkin at FreeBSD.org
Fri Oct 5 16:43:54 UTC 2012


Author: glarkin
Date: Fri Oct  5 16:43:53 2012
New Revision: 305309
URL: http://svn.freebsd.org/changeset/ports/305309

Log:
  - Added devel/libexecinfo to BUILD_DEPENDS to avoid configure script
    errors
  - Bumped PORTREVISION
  
  Reported by:	Andy Yopp <andyy at honeycomb.net>

Modified:
  head/devel/gearmand/Makefile

Modified: head/devel/gearmand/Makefile
==============================================================================
--- head/devel/gearmand/Makefile	Fri Oct  5 16:42:38 2012	(r305308)
+++ head/devel/gearmand/Makefile	Fri Oct  5 16:43:53 2012	(r305309)
@@ -7,13 +7,15 @@
 
 PORTNAME=	gearmand
 PORTVERSION=	0.39
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://launchpad.net/gearmand/1.0/${PORTVERSION}/+download/
 
 MAINTAINER=	glarkin at FreeBSD.org
 COMMENT=	Gearman C Server and Library
 
-BUILD_DEPENDS=	boost-libs>=0:${PORTSDIR}/devel/boost-libs
+BUILD_DEPENDS=	boost-libs>=0:${PORTSDIR}/devel/boost-libs \
+		libexecinfo>=0:${PORTSDIR}/devel/libexecinfo
 LIB_DEPENDS=	event:${PORTSDIR}/devel/libevent \
 		uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \
 		execinfo:${PORTSDIR}/devel/libexecinfo



More information about the svn-ports-all mailing list