Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Aug 2012 11:47:26 +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: r302234 - head/chinese/py-cconv
Message-ID:  <201208071147.q77BlQJh057883@svn.freebsd.org>

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

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

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

Modified: head/chinese/py-cconv/Makefile
==============================================================================
--- head/chinese/py-cconv/Makefile	Tue Aug  7 11:47:14 2012	(r302233)
+++ head/chinese/py-cconv/Makefile	Tue Aug  7 11:47:26 2012	(r302234)
@@ -15,7 +15,7 @@ DISTNAME=	${PORTNAME}-python-${PORTVERSI
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Python wrapper for chinese/cconv
 
-LIB_DEPENDS=	cconv.0:${PORTSDIR}/chinese/cconv
+LIB_DEPENDS=	cconv:${PORTSDIR}/chinese/cconv
 
 CFLAGS+=	-I${LOCALBASE}/include
 USE_PYTHON=	yes



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