From 4143943e36c1a37639e6b2f3d115ea715ba1f1a9 Mon Sep 17 00:00:00 2001 From: bf Date: Tue, 7 Sep 2010 22:28:54 +0000 Subject: Allow non-interactive builds by adding "auto-accept" to LICENSE_PERMS Reported by: pav Approved by: makc, miwi (co-mentors, implicit) --- math/emc2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/emc2') 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 -- cgit