diff options
author | kris <kris@FreeBSD.org> | 2006-09-03 07:47:19 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-03 07:47:19 +0800 |
commit | 9101e0fe5c0bcea9de3ac2fa85331485e7e2c9d9 (patch) | |
tree | fc701d9d2852b61ce369d47f0ad3bd939498e03c /audio/lame | |
parent | 578996e1070e1052c9ad0bf9de2142fb7890604d (diff) | |
download | freebsd-ports-gnome-9101e0fe5c0bcea9de3ac2fa85331485e7e2c9d9.tar.gz freebsd-ports-gnome-9101e0fe5c0bcea9de3ac2fa85331485e7e2c9d9.tar.zst freebsd-ports-gnome-9101e0fe5c0bcea9de3ac2fa85331485e7e2c9d9.zip |
NO_PACKAGE is not appropriate here; use RESTRICTED instead
Diffstat (limited to 'audio/lame')
-rw-r--r-- | audio/lame/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile index 59304ee9d082..4fc152a33ff3 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --enable-nasm --enable-mp3rtp --disable-gtktest -NO_PACKAGE= "patent issues, see http://www.mp3licensing.com/" +RESTRICTED= patent issues, see http://www.mp3licensing.com/ MAN1= lame.1 |