diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-03 03:17:19 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-03 03:17:19 +0000 |
commit | a63f38bc0640a4068bb75f3a47549443f2934040 (patch) | |
tree | c25f16e279d111bbdccec651cfe390f8432326e7 /science/vmd | |
parent | 095fbe3e1ac5c36839609020469db604066f1593 (diff) |
Notes
Diffstat (limited to 'science/vmd')
-rw-r--r-- | science/vmd/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/science/vmd/Makefile b/science/vmd/Makefile index 3a64403fc9da..144e32de106c 100644 --- a/science/vmd/Makefile +++ b/science/vmd/Makefile @@ -3,6 +3,7 @@ PORTNAME= vmd DISTVERSION= 1.9.1 +PORTREVISION= 1 CATEGORIES= science graphics python tcl tk MASTER_SITES= http://jedi.ks.uiuc.edu/~johns/raytracer/files/0.99b2/:tachyon \ http://www.photonlimited.com/~johns/tachyon/files/0.99b2/:tachyon \ @@ -16,10 +17,10 @@ COMMENT= A molecular visualization program BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend \ ${PYNUMERIC} -LIB_DEPENDS= tcl85:${PORTSDIR}/lang/tcl85 \ - tk85:${PORTSDIR}/x11-toolkits/tk85 \ - fltk.1:${PORTSDIR}/x11-toolkits/fltk \ - netcdf:${PORTSDIR}/science/netcdf +LIB_DEPENDS= libtcl85.so:${PORTSDIR}/lang/tcl85 \ + libtk85.so:${PORTSDIR}/x11-toolkits/tk85 \ + libfltk.so:${PORTSDIR}/x11-toolkits/fltk \ + libnetcdf.so:${PORTSDIR}/science/netcdf RUN_DEPENDS= ${PYNUMERIC} USES= gmake perl5 |