svn commit: r302231 - head/chinese/p5-cconv

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Aug 7 08:54:22 UTC 2012


Author: sunpoet
Date: Tue Aug  7 08:54:21 2012
New Revision: 302231
URL: http://svn.freebsd.org/changeset/ports/302231

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

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

Modified: head/chinese/p5-cconv/Makefile
==============================================================================
--- head/chinese/p5-cconv/Makefile	Tue Aug  7 08:43:10 2012	(r302230)
+++ head/chinese/p5-cconv/Makefile	Tue Aug  7 08:54:21 2012	(r302231)
@@ -15,7 +15,7 @@ DISTNAME=	${PORTNAME}-perl-${PORTVERSION
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Perl wrapper for chinese/cconv
 
-LIB_DEPENDS=	cconv.0:${PORTSDIR}/chinese/cconv
+LIB_DEPENDS=	cconv:${PORTSDIR}/chinese/cconv
 
 CFLAGS+=	-I${LOCALBASE}/include
 PERL_CONFIGURE=	yes



More information about the svn-ports-head mailing list