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/libamrnb | |
parent | a4f417b4ecacafedfaaa661868e485989905bfac (diff) | |
download | ports-0d92447e1618eb3adcda34d7962fbff5f2d6f917.tar.gz ports-0d92447e1618eb3adcda34d7962fbff5f2d6f917.zip |
Notes
Diffstat (limited to 'audio/libamrnb')
-rw-r--r-- | audio/libamrnb/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/libamrnb/Makefile b/audio/libamrnb/Makefile index 260a9e8fb0eb..f8a7855c884c 100644 --- a/audio/libamrnb/Makefile +++ b/audio/libamrnb/Makefile @@ -3,6 +3,7 @@ PORTNAME= libamrnb PORTVERSION= 11.0.0.0 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= audio MASTER_SITES= http://www.penguin.cz/~utx/ftp/amr/ \ @@ -29,11 +30,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 SRC26104= 26104-b00.zip |