Date: Wed, 9 Jul 2014 08:39:22 +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: r361344 - head/devel/pecl-svn Message-ID: <201407090839.s698dM3P067747@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: robak Date: Wed Jul 9 08:39:22 2014 New Revision: 361344 URL: http://svnweb.freebsd.org/changeset/ports/361344 QAT: https://qat.redports.org/buildarchive/r361344/ Log: devel/pecl-svn: convert to new LIB_DEPENDS format Approved by: swills (mentor), portmgr (blanket) Modified: head/devel/pecl-svn/Makefile Modified: head/devel/pecl-svn/Makefile ============================================================================== --- head/devel/pecl-svn/Makefile Wed Jul 9 07:56:24 2014 (r361343) +++ head/devel/pecl-svn/Makefile Wed Jul 9 08:39:22 2014 (r361344) @@ -14,7 +14,7 @@ COMMENT= PECL extension to the libsvn li LICENSE= PHP301 -LIB_DEPENDS= svn_client-1:${PORTSDIR}/devel/subversion16 +LIB_DEPENDS= libsvn_client-1.so:${PORTSDIR}/devel/subversion16 USE_PHP= yes USE_PHPEXT= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407090839.s698dM3P067747>