diff options
author | maho <maho@FreeBSD.org> | 2003-07-12 14:32:39 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-07-12 14:32:39 +0800 |
commit | 5db080d0050295001ed933fa4cb06a0cc4cc144e (patch) | |
tree | b4a7d61ab970141e9f81a0464e19d7ba6ca32653 /math | |
parent | 3665625bca90d7a1ce23e99ed5037b1457e3b252 (diff) | |
download | freebsd-ports-gnome-5db080d0050295001ed933fa4cb06a0cc4cc144e.tar.gz freebsd-ports-gnome-5db080d0050295001ed933fa4cb06a0cc4cc144e.tar.zst freebsd-ports-gnome-5db080d0050295001ed933fa4cb06a0cc4cc144e.zip |
Added RESTRICTED and NO_PACKAGE. They should also be needed.
Diffstat (limited to 'math')
-rw-r--r-- | math/fbm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/fbm/Makefile b/math/fbm/Makefile index d73b593a07e4..4efd7f7222da 100644 --- a/math/fbm/Makefile +++ b/math/fbm/Makefile @@ -15,7 +15,9 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Flexible Bayesian Modeling and Markov Chain Sampling +RESTRICTED= 'Free for educational use and research' NO_CDROM= 'Free for educational use and research' +NO_PACKAGE= 'Free for educational use and research' USE_REINPLACE= yes |