svn commit: r302234 - head/chinese/py-cconv

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Aug 7 11:47:27 UTC 2012


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 at 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



More information about the svn-ports-head mailing list