diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-20 11:20:59 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-20 11:20:59 +0800 |
commit | b4179f9129919ca6685e9a4419262e8a8a016745 (patch) | |
tree | ca0347ff5b543e3b4be173ae5264133b13c51b74 | |
parent | 73f2129c7e2156d05dffa686ff7409543ad822c1 (diff) | |
download | freebsd-ports-gnome-b4179f9129919ca6685e9a4419262e8a8a016745.tar.gz freebsd-ports-gnome-b4179f9129919ca6685e9a4419262e8a8a016745.tar.zst freebsd-ports-gnome-b4179f9129919ca6685e9a4419262e8a8a016745.zip |
- Add LICENSE
- Convert to new LIB_DEPENDS format
- Support STAGEDIR
-rw-r--r-- | chinese/py-cconv/Makefile | 5 |
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> |