aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chinese/py-cconv/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/chinese/py-cconv/Makefile b/chinese/py-cconv/Makefile
index 60ae6dc3e89c..da7a9fa8acb4 100644
--- a/chinese/py-cconv/Makefile
+++ b/chinese/py-cconv/Makefile
@@ -11,7 +11,9 @@ DISTNAME= ${PORTNAME}-python-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python wrapper for chinese/cconv
-LIB_DEPENDS= cconv:${PORTSDIR}/chinese/cconv
+LICENSE= GPLv2
+
+LIB_DEPENDS= libcconv.so:${PORTSDIR}/chinese/cconv
CFLAGS+= -I${LOCALBASE}/include
USE_PYTHON= yes
@@ -19,5 +21,4 @@ USE_PYDISTUTILS=yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/${PORTNAME}.so
-NO_STAGE= yes
.include <bsd.port.mk>