diff --git a/multimedia/libbdplus/Makefile b/multimedia/libbdplus/Makefile index a92a22f8ddae..6ad3fb3849c2 100644 --- a/multimedia/libbdplus/Makefile +++ b/multimedia/libbdplus/Makefile @@ -1,22 +1,23 @@ PORTNAME= libbdplus DISTVERSION= 0.2.0 CATEGORIES= multimedia -MASTER_SITES= https://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/ +MASTER_SITES= https://get.videolan.org/${PORTNAME}/${DISTVERSION}/ \ + https://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= BD+ System research implementation WWW= https://www.videolan.org/developers/libbdplus.html LICENSE= LGPL21 LIB_DEPENDS= libaacs.so:multimedia/libaacs \ libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error USES= autoreconf libtool pkgconfig tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-optimizations .include