diff options
author | Johann Visagie <wjv@FreeBSD.org> | 2002-09-27 08:58:19 +0000 |
---|---|---|
committer | Johann Visagie <wjv@FreeBSD.org> | 2002-09-27 08:58:19 +0000 |
commit | f4e518bd9b186543cb273b1fe7e8919d26fd5a63 (patch) | |
tree | 66cc71785ed2d22fbd4df9b512011346b9ca71e6 /biology/emboss/Makefile | |
parent | e5fbb8095a181925e012e8ab41fc47477e9cf3fc (diff) | |
download | ports-f4e518bd9b186543cb273b1fe7e8919d26fd5a63.tar.gz ports-f4e518bd9b186543cb273b1fe7e8919d26fd5a63.zip |
- Unbreak fetching of distfiles. (Needs update as soon as freeze is over.)
Submitted by: kris, bento
Approved by: Implicitly by first rule of ports freeze, I hope!
Notes
Notes:
svn path=/head/; revision=67164
Diffstat (limited to 'biology/emboss/Makefile')
-rw-r--r-- | biology/emboss/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/biology/emboss/Makefile b/biology/emboss/Makefile index a14e518dbe53..1fece8dd82b9 100644 --- a/biology/emboss/Makefile +++ b/biology/emboss/Makefile @@ -8,7 +8,7 @@ PORTNAME= emboss PORTVERSION= 2.4.1 CATEGORIES= biology -MASTER_SITES= ftp://ftp.uk.embnet.org/pub/EMBOSS/ \ +MASTER_SITES= ftp://ftp.uk.embnet.org/pub/EMBOSS/old/ \ ftp://ftp.es.embnet.org/pub/software/emboss/EMBOSS/ \ ftp://ftp.ebi.ac.uk/pub/software/unix/EMBOSS/ DISTFILES= ${PORTNAME:U}-${PORTVERSION}${EXTRACT_SUFX} @@ -17,8 +17,6 @@ EXTRACT_ONLY= ${PORTNAME:U}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= wjv@FreeBSD.org -BROKEN= "Does not fetch" - LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd USE_SUBMAKE= yes |