svn commit: r485992 - head/science/yoda

Yuri Victorovich yuri at FreeBSD.org
Tue Nov 27 08:27:29 UTC 2018


Author: yuri
Date: Tue Nov 27 08:27:28 2018
New Revision: 485992
URL: https://svnweb.freebsd.org/changeset/ports/485992

Log:
  science/yoda: Move shebangfix to the proper place

Modified:
  head/science/yoda/Makefile

Modified: head/science/yoda/Makefile
==============================================================================
--- head/science/yoda/Makefile	Tue Nov 27 08:17:35 2018	(r485991)
+++ head/science/yoda/Makefile	Tue Nov 27 08:27:28 2018	(r485992)
@@ -12,14 +12,14 @@ COMMENT=	Particle physics package with classes for dat
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gmake libtool shebangfix
+USES=		gmake libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=	PYTHON
 OPTIONS_SUB=	yes
 
-PYTHON_USES=			python
+PYTHON_USES=			python shebangfix
 PYTHON_USE=			PYTHON=cython
 PYTHON_CONFIGURE_ENABLE=	pyext
 PYTHON_MAKE_ENV=		PYTHON_VERSION=${PYTHON_VER} PYTHON=${PYTHON_CMD}


More information about the svn-ports-all mailing list