svn commit: r317960 - head/devel/tcl-memchan

Mikhail Teterin mi at FreeBSD.org
Sun May 12 13:56:24 UTC 2013


Author: mi
Date: Sun May 12 13:56:24 2013
New Revision: 317960
URL: http://svnweb.freebsd.org/changeset/ports/317960

Log:
  Add build-dependency on tcllib -- doctools is needed to generate
  man-pages.
  
  PR:		178526
  Submitted by:	John Marino

Modified:
  head/devel/tcl-memchan/Makefile

Modified: head/devel/tcl-memchan/Makefile
==============================================================================
--- head/devel/tcl-memchan/Makefile	Sun May 12 13:50:27 2013	(r317959)
+++ head/devel/tcl-memchan/Makefile	Sun May 12 13:56:24 2013	(r317960)
@@ -11,6 +11,8 @@ DISTNAME=	Memchan${PORTVERSION}
 MAINTAINER=	mi at aldan.algebra.com
 COMMENT=	Two new channel types for in-memory channels in TCL8
 
+BUILD_DEPENDS=	${LOCALBASE}/lib/tcllib/doctools/pkgIndex.tcl:${PORTSDIR}/devel/tcllib
+
 WRKSRC=		${WRKDIR}/${DISTNAME}
 
 MAKE_JOBS_SAFE=	yes


More information about the svn-ports-all mailing list