diff options
author | wg <wg@FreeBSD.org> | 2013-12-18 05:55:48 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-12-18 05:55:48 +0800 |
commit | b8991a21c386127ac2c676a15f273ea03191599f (patch) | |
tree | 65e1404210d139b2b5334f8f1648cf3837286a81 /science | |
parent | 9718d76f4bcf662873aa98dc5e6318880dee3f16 (diff) | |
download | freebsd-ports-gnome-b8991a21c386127ac2c676a15f273ea03191599f.tar.gz freebsd-ports-gnome-b8991a21c386127ac2c676a15f273ea03191599f.tar.zst freebsd-ports-gnome-b8991a21c386127ac2c676a15f273ea03191599f.zip |
science/ncs: fix 'python' usage to remove implicity dependency of lang/python
Reported by: exp-run (PR/184591)
Approved by: portmgr (blanket)
Diffstat (limited to 'science')
-rw-r--r-- | science/ncs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/ncs/Makefile b/science/ncs/Makefile index 2a260f3c77b8..ec4bdd1df6f8 100644 --- a/science/ncs/Makefile +++ b/science/ncs/Makefile @@ -28,11 +28,11 @@ USE_GMAKE= yes USES= gettext iconv USE_GNOME= libxml2 USE_PYTHON= yes -USE_QT_VER= 4 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} CPPFLAGS+= -I${LOCALBASE}/include/libxml2 GNU_CONFIGURE= yes -CONFIGURE_ENV= MPI_LIBS="${MPI_LIBS}" +CONFIGURE_ENV= MPI_LIBS="${MPI_LIBS}" \ + PYEXE="${PYTHON_CMD}" MAKE_ENV= NOM_ARCH=${OPSYS} CS_MPI_PATH=${MPI_HOME}/bin \ PTHREAD_LIBS=${PTHREAD_LIBS} TERM=${TERM} \ MPI_HOME=${MPI_HOME} MPI_LIBS="${MPI_LIBS}" |