Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Aug 2012 11:47:14 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302233 - head/chinese/php5-cconv
Message-ID:  <201208071147.q77BlExF057813@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Aug  7 11:47:14 2012
New Revision: 302233
URL: http://svn.freebsd.org/changeset/ports/302233

Log:
  - Pet portlint: remove ABI version number from LIB_DEPENDS

Modified:
  head/chinese/php5-cconv/Makefile   (contents, props changed)

Modified: head/chinese/php5-cconv/Makefile
==============================================================================
--- head/chinese/php5-cconv/Makefile	Tue Aug  7 08:56:58 2012	(r302232)
+++ head/chinese/php5-cconv/Makefile	Tue Aug  7 11:47:14 2012	(r302233)
@@ -15,7 +15,7 @@ DISTNAME=	${PORTNAME}-php-${PORTVERSION}
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	PHP wrapper for chinese/cconv
 
-LIB_DEPENDS=	cconv.0:${PORTSDIR}/chinese/cconv
+LIB_DEPENDS=	cconv:${PORTSDIR}/chinese/cconv
 
 CONFIGURE_ARGS=	--with-cconv-dir=${LOCALBASE}
 USE_PHP=	yes



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