Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jan 2017 06:03:05 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r430912 - head/science/vmd
Message-ID:  <201701090603.v09635QW008360@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Mon Jan  9 06:03:05 2017
New Revision: 430912
URL: https://svnweb.freebsd.org/changeset/ports/430912

Log:
  science/vmd: correct the wording of numpy keyword

Modified:
  head/science/vmd/Makefile

Modified: head/science/vmd/Makefile
==============================================================================
--- head/science/vmd/Makefile	Mon Jan  9 05:53:51 2017	(r430911)
+++ head/science/vmd/Makefile	Mon Jan  9 06:03:05 2017	(r430912)
@@ -20,12 +20,12 @@ LICENSE=	VMD BSD3CLAUSE STRIDE
 LICENSE_COMB=	multi
 
 BUILD_DEPENDS=	makedepend:devel/makedepend \
-		${NUMPY}
+		${PYNUMPY}
 LIB_DEPENDS=	libtcl85.so:lang/tcl85 \
 		libtk85.so:x11-toolkits/tk85 \
 		libfltk.so:x11-toolkits/fltk \
 		libnetcdf.so:science/netcdf
-RUN_DEPENDS=	${NUMPY}
+RUN_DEPENDS=	${PYNUMPY}
 
 LICENSE_FILE_VMD=	${WRKSRC}/LICENSE
 LICENSE_PERMS_VMD=	auto-accept



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701090603.v09635QW008360>