From 9101e0fe5c0bcea9de3ac2fa85331485e7e2c9d9 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 2 Sep 2006 23:47:19 +0000 Subject: NO_PACKAGE is not appropriate here; use RESTRICTED instead --- audio/lame/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/lame') 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 -- cgit