diff options
author | az <az@FreeBSD.org> | 2013-09-16 18:58:05 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-16 18:58:05 +0800 |
commit | 720854eb7e779a1e79a21032257a10583cd0a8eb (patch) | |
tree | 75dadc0cce8409aa9d1b6143c2fcc2b63a1bd9df /science/vmd | |
parent | 1d327303055d3d88d60937d19f421b13ad34fa4d (diff) | |
download | freebsd-ports-gnome-720854eb7e779a1e79a21032257a10583cd0a8eb.tar.gz freebsd-ports-gnome-720854eb7e779a1e79a21032257a10583cd0a8eb.tar.zst freebsd-ports-gnome-720854eb7e779a1e79a21032257a10583cd0a8eb.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
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 b9171f40e747..59c3beec42b5 100644 --- a/science/vmd/Makefile +++ b/science/vmd/Makefile @@ -22,8 +22,8 @@ LIB_DEPENDS= tcl85:${PORTSDIR}/lang/tcl85 \ netcdf:${PORTSDIR}/science/netcdf RUN_DEPENDS= ${PYNUMERIC} -USE_PERL5_BUILD= yes -USE_GMAKE= yes +USES= gmake perl5 +USE_PERL5= build USE_GL= glu USE_PYTHON= yes |