diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-08-07 19:47:26 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-08-07 19:47:26 +0800 |
commit | f88c779218f82b00571af772ba5e595efb4dd4e0 (patch) | |
tree | bb2ed14b30a2f985345d81b556d4e63058ba9be2 /chinese | |
parent | 247cf96bbb09c8d5dcc2d8bb3fb6ad00c24ad34b (diff) | |
download | freebsd-ports-gnome-f88c779218f82b00571af772ba5e595efb4dd4e0.tar.gz freebsd-ports-gnome-f88c779218f82b00571af772ba5e595efb4dd4e0.tar.zst freebsd-ports-gnome-f88c779218f82b00571af772ba5e595efb4dd4e0.zip |
- Pet portlint: remove ABI version number from LIB_DEPENDS
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/py-cconv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/py-cconv/Makefile b/chinese/py-cconv/Makefile index 61cb5363d79e..f2d0a2460846 100644 --- a/chinese/py-cconv/Makefile +++ b/chinese/py-cconv/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-python-${PORTVERSION} 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 |