diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-11 00:28:51 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-11 00:28:51 +0000 |
commit | b4d3e8f8c167625a8cbad1ab0387475480fc0151 (patch) | |
tree | e548ae4fe36ddbe8e2e012bbd728520ac02156f7 | |
parent | 43ddda350bde872c9ac6316a0be3c7d15233fdc8 (diff) | |
download | ports-b4d3e8f8c167625a8cbad1ab0387475480fc0151.tar.gz ports-b4d3e8f8c167625a8cbad1ab0387475480fc0151.zip |
- Fix license again (it's really somewhat disguised 2 clause BSD)
Discussed with: feld
Notes
Notes:
svn path=/head/; revision=374504
-rw-r--r-- | games/spellathon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/spellathon/Makefile b/games/spellathon/Makefile index bfb78df22df0..aae7bf2b8295 100644 --- a/games/spellathon/Makefile +++ b/games/spellathon/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/Spellathon%20${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Word game to test your English vocabulary skills -LICENSE= MIT +LICENSE= BSD2CLAUSE LIB_DEPENDS= libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \ libpcre.so:${PORTSDIR}/devel/pcre \ |