Date: Mon, 7 Jul 2014 11:46:39 +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: r361054 - head/devel/pecl-intl Message-ID: <201407071146.s67BkdCL032046@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: robak Date: Mon Jul 7 11:46:39 2014 New Revision: 361054 URL: http://svnweb.freebsd.org/changeset/ports/361054 QAT: https://qat.redports.org/buildarchive/r361054/ Log: devel/pecl-intl: convert to new LIB_DEPENDS format Approved by: marino (mentor), portmgr (blanket) Modified: head/devel/pecl-intl/Makefile Modified: head/devel/pecl-intl/Makefile ============================================================================== --- head/devel/pecl-intl/Makefile Mon Jul 7 11:44:44 2014 (r361053) +++ head/devel/pecl-intl/Makefile Mon Jul 7 11:46:39 2014 (r361054) @@ -14,7 +14,7 @@ COMMENT= PECL extension to support Inter LICENSE= PHP301 -LIB_DEPENDS= icui18n:${PORTSDIR}/devel/icu +LIB_DEPENDS= libicui18n.so:${PORTSDIR}/devel/icu USES= tar:tgz USE_PHP= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407071146.s67BkdCL032046>