diff options
author | sylvio <sylvio@FreeBSD.org> | 2011-05-21 03:49:23 +0800 |
---|---|---|
committer | sylvio <sylvio@FreeBSD.org> | 2011-05-21 03:49:23 +0800 |
commit | f5233d8dabfcaad203df8577c99358b4afeedbc3 (patch) | |
tree | c89b308c9d708feb448bed4a9c537f5126b208fd /audio/toolame | |
parent | 7c5493c747aa9766d2ab1103124f86d5a4fbdb7e (diff) | |
download | freebsd-ports-gnome-f5233d8dabfcaad203df8577c99358b4afeedbc3.tar.gz freebsd-ports-gnome-f5233d8dabfcaad203df8577c99358b4afeedbc3.tar.zst freebsd-ports-gnome-f5233d8dabfcaad203df8577c99358b4afeedbc3.zip |
- Add license
Diffstat (limited to 'audio/toolame')
-rw-r--r-- | audio/toolame/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/toolame/Makefile b/audio/toolame/Makefile index 15bfb4280afe..4ccbd04d9a34 100644 --- a/audio/toolame/Makefile +++ b/audio/toolame/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= sylvio@FreeBSD.org COMMENT= Optimized mpeg 1/2 layer 2 audio encoder -LICENSE= LGPLv21 +LICENSE= LGPL21 USE_GMAKE= yes ALL_TARGET= ${PORTNAME} |