diff options
author | John Marino <marino@FreeBSD.org> | 2015-04-11 15:49:57 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-04-11 15:49:57 +0000 |
commit | 0d2870983999e19160594d6c208c8a6db42a122f (patch) | |
tree | fbf02d174a8969bfa381859715a6604bcecadbd6 /biology/seaview | |
parent | ee88dde7cfe57855c665ae704a5df49ad906eb61 (diff) | |
download | freebsd-ports-0d2870983999e19160594d6c208c8a6db42a122f.zip |
biology/seaview: Unbreak -- it fetches fine
The second MASTER_SITES entry worked fine, so this must have been a
transient fetch problem. I removed the first entry which is still
failing though.
Approved by: blanket
Diffstat (limited to 'biology/seaview')
-rw-r--r-- | biology/seaview/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/biology/seaview/Makefile b/biology/seaview/Makefile index 1e63d0ed40bc..d92b11a9cb9a 100644 --- a/biology/seaview/Makefile +++ b/biology/seaview/Makefile @@ -5,8 +5,7 @@ PORTNAME= seaview PORTVERSION= 4.5.4 PORTEPOCH= 1 CATEGORIES= biology -MASTER_SITES= http://doua.prabi.fr/software/seaview_data/ \ - ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/seaview/archive/ +MASTER_SITES= ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/seaview/archive/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= bofh@FreeBSD.org @@ -14,8 +13,6 @@ COMMENT= Multiple DNA/protein sequence alignment editor LICENSE= GPLv3 -BROKEN= Unfetchable - LIB_DEPENDS= libfltk.so:${PORTSDIR}/x11-toolkits/fltk \ libpng.so:${PORTSDIR}/graphics/png |