Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Sep 2015 18:04:26 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397562 - head/chinese/pyzy
Message-ID:  <201509221804.t8MI4Q32064952@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509221804.t8MI4Q32064952>