diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-12-13 00:54:49 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-12-13 00:54:49 +0000 |
commit | 587801b0293ef7ebc27fa1f397db6f802a91f7a2 (patch) | |
tree | f63a215a234ee3914de56df5948fb65bd843189d | |
parent | 6ce4dc1def1a71b2980edd912b15911a7d812fb4 (diff) | |
download | FreeBSD-ports-587801b0293ef7ebc27fa1f397db6f802a91f7a2.zip FreeBSD-ports-587801b0293ef7ebc27fa1f397db6f802a91f7a2.tar.gz |
- Update LICENSE
-rw-r--r-- | audio/libfishsound/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/libfishsound/Makefile b/audio/libfishsound/Makefile index d599d5c..daa6218 100644 --- a/audio/libfishsound/Makefile +++ b/audio/libfishsound/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= http://downloads.xiph.org/releases/libfishsound/ \ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Programing interface to decode/encode audio data -LICENSE= BSD +LICENSE= BSD3CLAUSE LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac \ libspeex.so:${PORTSDIR}/audio/speex \ |