diff options
author | kris <kris@FreeBSD.org> | 2006-09-02 23:41:40 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-02 23:41:40 +0000 |
commit | 578996e1070e1052c9ad0bf9de2142fb7890604d (patch) | |
tree | c3534c487c831f1b87a38dea006c152958005796 /audio/faac | |
parent | e3a977de374fca5e17eaaa05145b4776c38805c9 (diff) | |
download | FreeBSD-ports-578996e1070e1052c9ad0bf9de2142fb7890604d.zip FreeBSD-ports-578996e1070e1052c9ad0bf9de2142fb7890604d.tar.gz |
NO_PACKAGE is not appropriate; use RESTRICTED instead
Diffstat (limited to 'audio/faac')
-rw-r--r-- | audio/faac/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/faac/Makefile b/audio/faac/Makefile index 54d6175..9f41aca 100644 --- a/audio/faac/Makefile +++ b/audio/faac/Makefile @@ -16,7 +16,7 @@ COMMENT= MPEG-2 and MPEG-4 AAC audio encoder LIB_DEPENDS= mp4v2.0:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2 -NO_PACKAGE= Distribution in binary form is prohibited +RESTRICTED= Distribution in binary form is prohibited WRKSRC= ${WRKDIR}/${PORTNAME} USE_DOS2UNIX= yes GNU_CONFIGURE= yes |