svn commit: r360581 - head/devel/ocaml-event

Bartek Rutkowski robak at FreeBSD.org
Fri Jul 4 09:14:20 UTC 2014


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 at 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


More information about the svn-ports-head mailing list