Date: Tue, 27 Nov 2018 08:27:28 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485992 - head/science/yoda Message-ID: <201811270827.wAR8RS0e078515@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811270827.wAR8RS0e078515>