diff options
author | Mark Felder <feld@FreeBSD.org> | 2014-12-06 18:53:20 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2014-12-06 18:53:20 +0000 |
commit | 77cfaa53992a322f865f7e27e7b2e21ac4a52b5b (patch) | |
tree | 510327e6707bec2e46d04f03a57f9bf9fbb08c9b | |
parent | 2e7f0ef7817c603b5ec787fe72c495e2c123a1d8 (diff) |
Notes
-rw-r--r-- | games/paintown/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/paintown/Makefile b/games/paintown/Makefile index d0d875bbedd3..f4817c0bcbc8 100644 --- a/games/paintown/Makefile +++ b/games/paintown/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF MAINTAINER= decke@FreeBSD.org COMMENT= Fighting game similar to Streets of Rage and TMNT -LICENSE= BSD +LICENSE= BSD3CLAUSE LIB_DEPENDS= liballeg.so:${PORTSDIR}/devel/allegro \ libpng.so:${PORTSDIR}/graphics/png \ |