Date: Thu, 17 Jan 2019 06:24:51 +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: r490526 - head/science/lm Message-ID: <201901170624.x0H6Op5E098197@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Thu Jan 17 06:24:51 2019 New Revision: 490526 URL: https://svnweb.freebsd.org/changeset/ports/490526 Log: science/lm: Do not set VMD_VARS twice PR: 234747 Reported by: tobik Modified: head/science/lm/Makefile Modified: head/science/lm/Makefile ============================================================================== --- head/science/lm/Makefile Thu Jan 17 06:03:53 2019 (r490525) +++ head/science/lm/Makefile Thu Jan 17 06:24:51 2019 (r490526) @@ -44,9 +44,8 @@ PYTHON_CXXFLAGS= -I${PYTHON_SITELIBDIR}/numpy/core/inc PYTHON_BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy/core/include/numpy/arrayobject.h:math/py-numpy@${PY_FLAVOR} VMD_DESC= Build the VMD plugin -VMD_VARS= XUSE_VMD=1 VMD_VARS_OFF= XUSE_VMD=0 -VMD_VARS= VMD_ARCH=${ARCH:S/amd64/FREEBSDAMD64/:S/${ARCH}/FREEBSD/} +VMD_VARS= XUSE_VMD=1 VMD_ARCH=${ARCH:S/amd64/FREEBSDAMD64/:S/${ARCH}/FREEBSD/} VMD_BUILD_DEPENDS= ${LOCALBASE}/vmd/plugins/${VMD_ARCH}/molfile/libmolfile_plugin.h:science/vmd VMD_PLIST_SUB= VMD_ARCH=${VMD_ARCH}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901170624.x0H6Op5E098197>