aboutsummaryrefslogtreecommitdiff
path: root/chinese/pyzy
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-09-22 18:04:25 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-09-22 18:04:25 +0000
commitfcfd466a781e3b69e47f2615a49fd8a755f1b45b (patch)
tree41d068bc16656ad8e89e4bc0678db80a44e4c135 /chinese/pyzy
parent505e87b49b074befb7031da95f361641076617b6 (diff)
downloadports-fcfd466a781e3b69e47f2615a49fd8a755f1b45b.tar.gz
ports-fcfd466a781e3b69e47f2615a49fd8a755f1b45b.zip
Remove build dependency on the python symlink
Notes
Notes: svn path=/head/; revision=397562
Diffstat (limited to 'chinese/pyzy')
-rw-r--r--chinese/pyzy/Makefile5
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