diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2017-01-09 06:03:05 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2017-01-09 06:03:05 +0000 |
commit | a2f76d0c9187aafc60c5ee61f54a0e2f57e0f62f (patch) | |
tree | c678af56167b54cab333977c80e5fc1ba85de13f /science/vmd | |
parent | science/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/Makefile | 4 |
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 |