diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-06 02:24:58 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-06 02:24:58 +0800 |
commit | aaec4ae4ebe9a86bf71d373ba5ad850b06012c2c (patch) | |
tree | 8e624d4cab7411d80546cd23d81481a863b891e8 /audio | |
parent | ba3f1ed4a48263851660dc7f845b27faacda0c7c (diff) | |
download | freebsd-ports-gnome-aaec4ae4ebe9a86bf71d373ba5ad850b06012c2c.tar.gz freebsd-ports-gnome-aaec4ae4ebe9a86bf71d373ba5ad850b06012c2c.tar.zst freebsd-ports-gnome-aaec4ae4ebe9a86bf71d373ba5ad850b06012c2c.zip |
- Fix LICENSE
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libid3tag/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/libid3tag/Makefile b/audio/libid3tag/Makefile index b20c7d00bb17..b8fc9b74cedb 100644 --- a/audio/libid3tag/Makefile +++ b/audio/libid3tag/Makefile @@ -10,7 +10,8 @@ MASTER_SITES= SF/mad/${PORTNAME}/${PORTVERSION} \ MAINTAINER= ports@FreeBSD.org COMMENT= ID3 tags library (part of MAD project) -LICENSE= GPLv2 +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual GNU_CONFIGURE= yes USE_LDCONFIG= yes |