Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jul 2014 09:14:19 +0000 (UTC)
From:      Bartek Rutkowski <robak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360581 - head/devel/ocaml-event
Message-ID:  <201407040914.s649EJER035429@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: robak
Date: Fri Jul  4 09:14:19 2014
New Revision: 360581
URL: http://svnweb.freebsd.org/changeset/ports/360581
QAT: https://qat.redports.org/buildarchive/r360581/

Log:
  devel/ocaml-event: convert to new LIB_DEPENDS format
  
  Approved by:	marino (mentor), portmgr (blanket)

Modified:
  head/devel/ocaml-event/Makefile

Modified: head/devel/ocaml-event/Makefile
==============================================================================
--- head/devel/ocaml-event/Makefile	Fri Jul  4 09:13:03 2014	(r360580)
+++ head/devel/ocaml-event/Makefile	Fri Jul  4 09:14:19 2014	(r360581)
@@ -13,7 +13,7 @@ MAINTAINER=	michael.grunewald@laposte.ne
 COMMENT=	Ocaml wrapper for the libevent API
 
 BUILD_DEPENDS=	ocamlc:${PORTSDIR}/lang/ocaml
-LIB_DEPENDS=	event-1.4:${PORTSDIR}/devel/libevent
+LIB_DEPENDS=	libevent-1.4.so:${PORTSDIR}/devel/libevent
 
 ALL_TARGET=	all allopt
 USES=		gmake



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