summaryrefslogtreecommitdiff
path: root/science/vmd
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2017-01-09 06:03:05 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2017-01-09 06:03:05 +0000
commita2f76d0c9187aafc60c5ee61f54a0e2f57e0f62f (patch)
treec678af56167b54cab333977c80e5fc1ba85de13f /science/vmd
parentscience/vmd: fix port to depend on numpy. (diff)
science/vmd: correct the wording of numpy keyword
Notes
Notes: svn path=/head/; revision=430912
Diffstat (limited to 'science/vmd')
-rw-r--r--science/vmd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/science/vmd/Makefile b/science/vmd/Makefile
index 3f8396fed193..4ee5472766da 100644
--- a/science/vmd/Makefile
+++ b/science/vmd/Makefile
@@ -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