diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2014-05-25 20:07:24 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2014-05-25 20:07:24 +0000 |
commit | 7c689742b1d9e1a5d7639051cff2d8848db192d1 (patch) | |
tree | 635b345903cce82563732b4627277fe269316e9e /audio/opus/Makefile | |
parent | d701b8a5c3fce8581cca2118bca33220ae5eb413 (diff) |
Notes
Diffstat (limited to 'audio/opus/Makefile')
-rw-r--r-- | audio/opus/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/opus/Makefile b/audio/opus/Makefile index 7e0bff0efa72..9635a02d1fcc 100644 --- a/audio/opus/Makefile +++ b/audio/opus/Makefile @@ -2,15 +2,16 @@ PORTNAME= opus PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/opus/ \ - https://ftp.mozilla.org/pub/mozilla.org/opus/ + ${MASTER_SITE_MOZILLA_EXTENDED} +MASTER_SITE_SUBDIR= opus MAINTAINER= naddy@FreeBSD.org COMMENT= IETF audio codec -USES= gmake pathfix -USE_AUTOTOOLS= libtool +USES= gmake libtool pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes |