diff options
author | yuri <yuri@FreeBSD.org> | 2018-09-10 14:59:36 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-09-10 14:59:36 +0800 |
commit | 20928200c1d77c0923d6c37f06ff89a1600373ac (patch) | |
tree | ea2e569b3383f83a930097126b180611f843b447 /science/namd/Makefile | |
parent | 6e57f70e1fc0098a95295b7132cff57f30c58a7e (diff) | |
download | freebsd-ports-gnome-20928200c1d77c0923d6c37f06ff89a1600373ac.tar.gz freebsd-ports-gnome-20928200c1d77c0923d6c37f06ff89a1600373ac.tar.zst freebsd-ports-gnome-20928200c1d77c0923d6c37f06ff89a1600373ac.zip |
science/namd: Remove RESTRICTED because LICENSE_PERMS is restrictive
Reported by: mat
Diffstat (limited to 'science/namd/Makefile')
-rw-r--r-- | science/namd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/science/namd/Makefile b/science/namd/Makefile index 01462df02c4d..d20e40b2f1e8 100644 --- a/science/namd/Makefile +++ b/science/namd/Makefile @@ -11,7 +11,7 @@ COMMENT= Computer software for molecular dynamics simulation LICENSE= NAMD_MOLECULAR_DYNAMICS_LICENSE LICENSE_NAME= NAMD Molecular Dynamics Software LICENSE_FILE= ${WRKSRC}/license.txt -LICENSE_PERMS= no-auto-accept no-dist-mirror no-pkg-mirror # No redistribution is allowed. +LICENSE_PERMS= no-auto-accept no-dist-mirror no-pkg-mirror # No redistribution is allowed, commercial use requires a commercial license ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= Not clear if it can be built on other architectures @@ -22,8 +22,6 @@ BUILD_DEPENDS= bash:shells/bash \ LIB_DEPENDS= libck.so:net/charm \ libfftw3f.so:math/fftw3-float -RESTRICTED= No commercial use: commercial use requires a commercial license - USES= fortran gmake localbase:ldflags python:build shebangfix tcl SHEBANG_FILES= config |