svn commit: r397562 - head/chinese/pyzy

Antoine Brodin antoine at FreeBSD.org
Tue Sep 22 18:04:26 UTC 2015


Author: antoine
Date: Tue Sep 22 18:04:25 2015
New Revision: 397562
URL: https://svnweb.freebsd.org/changeset/ports/397562

Log:
  Remove build dependency on the python symlink

Modified:
  head/chinese/pyzy/Makefile

Modified: head/chinese/pyzy/Makefile
==============================================================================
--- head/chinese/pyzy/Makefile	Tue Sep 22 17:59:24 2015	(r397561)
+++ head/chinese/pyzy/Makefile	Tue Sep 22 18:04:25 2015	(r397562)
@@ -14,10 +14,11 @@ COMMENT=	The Chinese PinYin and Bopomofo
 
 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
 


More information about the svn-ports-all mailing list