Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jan 2017 05:53:52 +0000 (UTC)
From:      David Naylor <dbn@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r430911 - head/science/vmd
Message-ID:  <201701090553.v095rq7Y004031@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbn
Date: Mon Jan  9 05:53:51 2017
New Revision: 430911
URL: https://svnweb.freebsd.org/changeset/ports/430911

Log:
  science/vmd: fix port to depend on numpy.
  
  Reported by:	Ruslan Makhmatkhanov <cvs-src@yandex.ru>

Modified:
  head/science/vmd/Makefile

Modified: head/science/vmd/Makefile
==============================================================================
--- head/science/vmd/Makefile	Mon Jan  9 05:42:52 2017	(r430910)
+++ head/science/vmd/Makefile	Mon Jan  9 05:53:51 2017	(r430911)
@@ -3,6 +3,7 @@
 
 PORTNAME=	vmd
 DISTVERSION=	1.9.3
+PORTREVISION=	1
 CATEGORIES=	science graphics python tcl tk
 MASTER_SITES=	http://jedi.ks.uiuc.edu/~johns/raytracer/files/0.99b6/:tachyon \
 		http://www.photonlimited.com/~johns/tachyon/files/0.99b6/:tachyon \
@@ -19,12 +20,12 @@ LICENSE=	VMD BSD3CLAUSE STRIDE
 LICENSE_COMB=	multi
 
 BUILD_DEPENDS=	makedepend:devel/makedepend \
-		${PYNUMERIC}
+		${NUMPY}
 LIB_DEPENDS=	libtcl85.so:lang/tcl85 \
 		libtk85.so:x11-toolkits/tk85 \
 		libfltk.so:x11-toolkits/fltk \
 		libnetcdf.so:science/netcdf
-RUN_DEPENDS=	${PYNUMERIC}
+RUN_DEPENDS=	${NUMPY}
 
 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?201701090553.v095rq7Y004031>