diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-09-22 18:04:25 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-09-22 18:04:25 +0000 |
commit | fcfd466a781e3b69e47f2615a49fd8a755f1b45b (patch) | |
tree | 41d068bc16656ad8e89e4bc0678db80a44e4c135 /chinese | |
parent | 505e87b49b074befb7031da95f361641076617b6 (diff) | |
download | ports-fcfd466a781e3b69e47f2615a49fd8a755f1b45b.tar.gz ports-fcfd466a781e3b69e47f2615a49fd8a755f1b45b.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/pyzy/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chinese/pyzy/Makefile b/chinese/pyzy/Makefile index fed601e98e03..5a309a15ea78 100644 --- a/chinese/pyzy/Makefile +++ b/chinese/pyzy/Makefile @@ -14,10 +14,11 @@ COMMENT= The Chinese PinYin and Bopomofo conversion library LICENSE= LGPL21 -BUILD_DEPENDS= python:${PORTSDIR}/lang/python LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 -USES= pkgconfig gmake libtool compiler:c++11-lib +USES= compiler:c++11-lib gmake libtool pkgconfig python:build shebangfix +SHEBANG_FILES= data/db/android/create_db.py +python_OLD_CMD= /usr/bin/env python USE_GNOME= glib20 USE_LDCONFIG= yes |