diff options
author | bf <bf@FreeBSD.org> | 2010-09-08 06:28:54 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2010-09-08 06:28:54 +0800 |
commit | 4143943e36c1a37639e6b2f3d115ea715ba1f1a9 (patch) | |
tree | 518562eb7dc2f071e8148c6e2d568d8ee2cf5a7e /math/emc2 | |
parent | 963e1cbaea5c819cd309913c4ed95abe70836d90 (diff) | |
download | freebsd-ports-gnome-4143943e36c1a37639e6b2f3d115ea715ba1f1a9.tar.gz freebsd-ports-gnome-4143943e36c1a37639e6b2f3d115ea715ba1f1a9.tar.zst freebsd-ports-gnome-4143943e36c1a37639e6b2f3d115ea715ba1f1a9.zip |
Allow non-interactive builds by adding "auto-accept" to LICENSE_PERMS
Reported by: pav
Approved by: makc, miwi (co-mentors, implicit)
Diffstat (limited to 'math/emc2')
-rw-r--r-- | math/emc2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/emc2/Makefile b/math/emc2/Makefile index 3f464b2d3960..7528e4a64aa2 100644 --- a/math/emc2/Makefile +++ b/math/emc2/Makefile @@ -22,7 +22,7 @@ COMMENT= A graphical editor of two-dimensional mesh geometries LICENSE= INRIA LICENSE_NAME= INRIA license, perhaps specific to emc2 LICENSE_FILE= ${WRKSRC}/COPYRIGHT -LICENSE_PERMS= no-dist-sell no-pkg-sell +LICENSE_PERMS= auto-accept no-dist-sell no-pkg-sell RESTRICTED= No resale, contact author for commercial usage USE_XORG= x11 |