Date: Tue, 22 Sep 2015 18:18:14 +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: r397564 - head/devel/libnxt Message-ID: <201509221818.t8MIIEYp069420@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Sep 22 18:18:13 2015 New Revision: 397564 URL: https://svnweb.freebsd.org/changeset/ports/397564 Log: Remove build dependency on the python symlink Modified: head/devel/libnxt/Makefile Modified: head/devel/libnxt/Makefile ============================================================================== --- head/devel/libnxt/Makefile Tue Sep 22 18:09:37 2015 (r397563) +++ head/devel/libnxt/Makefile Tue Sep 22 18:18:13 2015 (r397564) @@ -10,11 +10,13 @@ MASTER_SITES= GOOGLE_CODE \ MAINTAINER= jwbacon@tds.net COMMENT= Lego NXT library -BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons \ - python:${PORTSDIR}/lang/python +BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons SUB_FILES= pkg-message +USES= python:build shebangfix USE_LDCONFIG= yes +python_OLD_CMD= /usr/bin/env python +SHEBANG_FILES= make_flash_header.py do-build: (cd ${WRKSRC}; scons)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509221818.t8MIIEYp069420>