diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2010-03-23 21:14:39 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2010-03-23 21:14:39 +0000 |
commit | c6a2501ef2a438d205325e3d382a031aa8486319 (patch) | |
tree | e2bedddab94c31b6b603a72007f201b1fd00c442 /science/vmd/Makefile | |
parent | ea074376d39570a02a19abe6cb0a09507466fa0a (diff) | |
download | ports-c6a2501ef2a438d205325e3d382a031aa8486319.tar.gz ports-c6a2501ef2a438d205325e3d382a031aa8486319.zip |
Notes
Diffstat (limited to 'science/vmd/Makefile')
-rw-r--r-- | science/vmd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/vmd/Makefile b/science/vmd/Makefile index b556b54e819a..7c1fa2080fe3 100644 --- a/science/vmd/Makefile +++ b/science/vmd/Makefile @@ -7,6 +7,7 @@ PORTNAME= vmd PORTVERSION= 1.8.7 +PORTREVISION= 1 CATEGORIES= science graphics python tcl tk MASTER_SITES= http://jedi.ks.uiuc.edu/~johns/raytracer/files/0.98.7/:tachyon \ http://www.ks.uiuc.edu/Research/vmd/extsrcs/:stride @@ -21,7 +22,7 @@ BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend \ ${PYNUMERIC} LIB_DEPENDS= tcl85:${PORTSDIR}/lang/tcl85 \ tk85:${PORTSDIR}/x11-toolkits/tk85 \ - fltk:${PORTSDIR}/x11-toolkits/fltk \ + fltk.1:${PORTSDIR}/x11-toolkits/fltk \ netcdf:${PORTSDIR}/science/netcdf RUN_DEPENDS= ${PYNUMERIC} |