diff options
author | lioux <lioux@FreeBSD.org> | 2005-12-05 03:40:00 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-12-05 03:40:00 +0800 |
commit | c03428f60824c9133723177dd22241ea8695b6a5 (patch) | |
tree | 902dd714ba3a353436b2928d572c70997597d9dd | |
parent | 99ce003f64f7f7dbff29b5048e087b241c457046 (diff) | |
download | freebsd-ports-gnome-c03428f60824c9133723177dd22241ea8695b6a5.tar.gz freebsd-ports-gnome-c03428f60824c9133723177dd22241ea8695b6a5.tar.zst freebsd-ports-gnome-c03428f60824c9133723177dd22241ea8695b6a5.zip |
Fix BROKEN by updating MASTER_SITES
-rw-r--r-- | multimedia/ldvd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/multimedia/ldvd/Makefile b/multimedia/ldvd/Makefile index c5133bcf9cea..f50e073e0f4e 100644 --- a/multimedia/ldvd/Makefile +++ b/multimedia/ldvd/Makefile @@ -8,7 +8,7 @@ PORTNAME= ldvd PORTVERSION= 2.0.1 CATEGORIES= multimedia -MASTER_SITES= http://files.gff-clan.net/pub/ldvd/ +MASTER_SITES= http://ftp-master.debian-unofficial.org/contrib/vedran/ldvd/${PORTVERSION}/ MAINTAINER= fehlner@gmx.de COMMENT= Gui, which shall simplify shrinking a DVD-9 to a DVD-5 @@ -24,8 +24,6 @@ RUN_DEPENDS= transcode:${PORTSDIR}/multimedia/transcode \ ${SITE_PERL}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk -BROKEN= Unfetchable - USE_BZIP2= yes USE_PERL= yes USE_REINPLACE= yes |