Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Aug 2012 08:54:22 +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: r302231 - head/chinese/p5-cconv
Message-ID:  <201208070854.q778sMkx041983@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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