Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2013 09:47:41 +0000 (UTC)
From:      Dmitry Sivachenko <demon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330621 - head/net/yaz++
Message-ID:  <201310170947.r9H9lfWW081006@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: demon
Date: Thu Oct 17 09:47:40 2013
New Revision: 330621
URL: http://svnweb.freebsd.org/changeset/ports/330621

Log:
  Switch to new LIB_DEPENDS format.

Modified:
  head/net/yaz++/Makefile

Modified: head/net/yaz++/Makefile
==============================================================================
--- head/net/yaz++/Makefile	Thu Oct 17 09:36:36 2013	(r330620)
+++ head/net/yaz++/Makefile	Thu Oct 17 09:47:40 2013	(r330621)
@@ -10,7 +10,7 @@ DISTNAME=	yazpp-${PORTVERSION}
 MAINTAINER=	demon@FreeBSD.org
 COMMENT=	C++ toolkit for development of Z39.50v3 clients and servers
 
-LIB_DEPENDS=	yaz.4:${PORTSDIR}/net/yaz
+LIB_DEPENDS=	libyaz.so:${PORTSDIR}/net/yaz
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--enable-shared --with-yaz=${LOCALBASE}/bin



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