diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-01-15 09:05:37 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-01-15 09:05:37 +0000 |
commit | c88aaf5c891059139a97c6a9da40fb5cbe102634 (patch) | |
tree | 03708cdbdeb7094897643531ddd754b2c9a2c51b /audio/opusfile/Makefile | |
parent | 11c750925ed8e4b886a43e45df089896dd23e6f5 (diff) | |
download | ports-c88aaf5c891059139a97c6a9da40fb5cbe102634.tar.gz ports-c88aaf5c891059139a97c6a9da40fb5cbe102634.zip |
Notes
Diffstat (limited to 'audio/opusfile/Makefile')
-rw-r--r-- | audio/opusfile/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/opusfile/Makefile b/audio/opusfile/Makefile index 8ea191ce11d0..2f38900e8577 100644 --- a/audio/opusfile/Makefile +++ b/audio/opusfile/Makefile @@ -2,6 +2,7 @@ PORTNAME= opusfile PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/opus/ \ ${MASTER_SITE_MOZILLA_EXTENDED} @@ -18,6 +19,7 @@ LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg \ USES= autoreconf gmake libtool pathfix pkgconfig USE_LDCONFIG= yes +USE_OPENSSL= yes GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes PATHFIX_MAKEFILEIN= Makefile.am |