games/libretro-picodrive: Fix LICENSE because the project is under "MAME License"
PR: 253454 Approved by: Daniel Menelkir <menelkir@itroll.org> (maintainer)
This commit is contained in:
parent
2857017075
commit
c10b737df0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=565135
1 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,10 @@ CATEGORIES= games
|
||||||
MAINTAINER= menelkir@itroll.org
|
MAINTAINER= menelkir@itroll.org
|
||||||
COMMENT= Fast MegaDrive/MegaCD/32X emulator
|
COMMENT= Fast MegaDrive/MegaCD/32X emulator
|
||||||
|
|
||||||
LICENSE= PD
|
LICENSE= MAME-License
|
||||||
|
LICENSE_NAME= MAME license
|
||||||
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
|
||||||
|
|
||||||
ONLY_FOR_ARCHS= amd64 i386
|
ONLY_FOR_ARCHS= amd64 i386
|
||||||
ONLY_FOR_ARCHS_REASON= all archs except x86 report error: unsupported arch
|
ONLY_FOR_ARCHS_REASON= all archs except x86 report error: unsupported arch
|
||||||
|
|
Loading…
Reference in a new issue