diff options
Diffstat (limited to 'science/vmd/Makefile')
-rw-r--r-- | science/vmd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/science/vmd/Makefile b/science/vmd/Makefile index 00d250fc0f5c..5cf9cbf972e5 100644 --- a/science/vmd/Makefile +++ b/science/vmd/Makefile @@ -13,10 +13,11 @@ MASTER_SITES= http://jedi.ks.uiuc.edu/~johns/raytracer/files/0.97/ \ ftp://ftp.ebi.ac.uk/pub/software/unix/stride/src/ DISTFILES= ${VMD_DIST} ${TACHYON_DIST} ${STRIDE_DIST} -MAINTAINER= ssw@neo.redjade.org +MAINTAINER= sangwoos@gmail.com COMMENT= A molecular visualization program -BUILD_DEPENDS= ${PYNUMERIC} +BUILD_DEPENDS= makedepend:${X_IMAKE_PORT} \ + ${PYNUMERIC} LIB_DEPENDS= tcl84:${PORTSDIR}/lang/tcl84 \ tk84:${PORTSDIR}/x11-toolkits/tk84 \ fltk:${PORTSDIR}/x11-toolkits/fltk |