diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-03-12 03:46:26 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-03-12 03:46:26 +0800 |
commit | e7ff23d762d5bba08e50f1b584e72630db47132d (patch) | |
tree | 8f78bafe6929a59bf4180b77275239ae2d2c0c95 /lang | |
parent | 274ab564a97b839348783c2c06340cd8727c2f7d (diff) | |
download | freebsd-ports-gnome-e7ff23d762d5bba08e50f1b584e72630db47132d.tar.gz freebsd-ports-gnome-e7ff23d762d5bba08e50f1b584e72630db47132d.tar.zst freebsd-ports-gnome-e7ff23d762d5bba08e50f1b584e72630db47132d.zip |
Expand _LICENSE_PERMS_DEFAULT
Approved by: portmgr (blanket)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/see/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/see/Makefile b/lang/see/Makefile index 45c3c4f1ef83..81c14ea7bad3 100644 --- a/lang/see/Makefile +++ b/lang/see/Makefile @@ -18,7 +18,7 @@ LICENSE_COMB= multi LICENSE_NAME_DTOA.C= License of dtoa.c LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/COPYING LICENSE_FILE_DTOA.C= ${WRKSRC}/COPYING -LICENSE_PERMS_DTOA.C= ${_LICENSE_PERMS_DEFAULT} +LICENSE_PERMS_DTOA.C= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BROKEN_aarch64= fails to configure: floating point not detected: Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined BROKEN_armv6= fails to configure: floating point not detected: Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined |