diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-11-06 21:09:59 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-11-06 21:09:59 +0000 |
commit | de0e11463f1b74fa08b14a96d05a13221f3b525e (patch) | |
tree | 52d254badd6c060d12ffd8f0ad53e2818c204d24 /audio/libshout/Makefile | |
parent | b3f7c68aec7bf4f3296992029fc5c6be15523237 (diff) |
Notes
Diffstat (limited to 'audio/libshout/Makefile')
-rw-r--r-- | audio/libshout/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/libshout/Makefile b/audio/libshout/Makefile index e2e4ee0bc111..c7725c53b55a 100644 --- a/audio/libshout/Makefile +++ b/audio/libshout/Makefile @@ -4,7 +4,8 @@ PORTNAME= libshout PORTVERSION= 2.4.1 CATEGORIES= audio net -MASTER_SITES= http://downloads.xiph.org/releases/${PORTNAME}/ \ +MASTER_SITES= https://downloads.xiph.org/releases/libshout/ \ + https://svn.xiph.org/releases/libshout/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org @@ -19,10 +20,11 @@ LIB_DEPENDS= libogg.so:audio/libogg \ OPTIONS_DEFINE= DOCS SPEEX THEORA OPTIONS_DEFAULT=SPEEX THEORA +USES= gmake libtool pathfix pkgconfig ssl + GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes -USES= gmake libtool pathfix pkgconfig ssl PORTDOCS= * |