svn commit: r397564 - head/devel/libnxt

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


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 at 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)


More information about the svn-ports-all mailing list