diff options
author | John Marino <marino@FreeBSD.org> | 2015-01-20 21:13:52 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-01-20 21:13:52 +0000 |
commit | 0d92447e1618eb3adcda34d7962fbff5f2d6f917 (patch) | |
tree | f8b4ea9c143938b861175181a61f065296505219 /audio/libamrwb | |
parent | a4f417b4ecacafedfaaa661868e485989905bfac (diff) |
Notes
Diffstat (limited to 'audio/libamrwb')
-rw-r--r-- | audio/libamrwb/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/libamrwb/Makefile b/audio/libamrwb/Makefile index cc0d2857e15b..34feabcf4512 100644 --- a/audio/libamrwb/Makefile +++ b/audio/libamrwb/Makefile @@ -3,7 +3,7 @@ PORTNAME= libamrwb PORTVERSION= 11.0.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://www.penguin.cz/~utx/ftp/amr/ \ http://www.3gpp.org/ftp/Specs/archive/26_series/26.204/:SRC26204 @@ -29,11 +29,13 @@ RESTRICTED= unclear legal status, probably need licenses from 3GPP and more USES= gmake tar:bzip2 libtool PORTDOCS= AUTHORS COPYING ChangeLog NEWS README TODO readme.txt -SUB_FILES= pkg-message GNU_CONFIGURE= yes CONFIGURE_ENV+= LANG=C MAKE_ENV+= LANG=C +INSTALL_TARGET= install-strip +SUB_FILES= pkg-message USE_LDCONFIG= yes + OPTIONS_DEFINE= DOCS SRC26204= 26204-b00.zip |