svn commit: r361821 - head/net/openmcu

Baptiste Daroussin bapt at FreeBSD.org
Mon Jul 14 19:06:33 UTC 2014


Author: bapt
Date: Mon Jul 14 19:06:32 2014
New Revision: 361821
URL: http://svnweb.freebsd.org/changeset/ports/361821
QAT: https://qat.redports.org/buildarchive/r361821/

Log:
  Fix index
  
  With hat:	portmgr

Modified:
  head/net/openmcu/Makefile

Modified: head/net/openmcu/Makefile
==============================================================================
--- head/net/openmcu/Makefile	Mon Jul 14 18:59:13 2014	(r361820)
+++ head/net/openmcu/Makefile	Mon Jul 14 19:06:32 2014	(r361821)
@@ -11,7 +11,7 @@ DISTNAME=	${PORTNAME}-v${PORTVERSION:S/.
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	OpenMCU hosts a conference call for H323 Video Conferencing users
 
-LIB_DEPENDS=	libh323_r.so${PORTSDIR}/net/openh323
+LIB_DEPENDS=	libh323_r.so:${PORTSDIR}/net/openh323
 
 WRKSRC=		${WRKDIR}/${PORTNAME}_v${PORTVERSION:S/./_/g}
 


More information about the svn-ports-all mailing list