diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-12 01:59:42 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-12 01:59:42 +0000 |
commit | 0f722c207fe9f709dfd0db293e16d305d5738715 (patch) | |
tree | 52c502f1ac380dfa482edaeecb49faae404e656b /x11-toolkits | |
parent | Now fetchable again (diff) |
Now fetchable again. Remove a dead mastersite.
Notes
Notes:
svn path=/head/; revision=123799
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/libjtree/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-toolkits/libjtree/Makefile b/x11-toolkits/libjtree/Makefile index a3987ca271ef..721bdc8e67a7 100644 --- a/x11-toolkits/libjtree/Makefile +++ b/x11-toolkits/libjtree/Makefile @@ -9,15 +9,12 @@ PORTNAME= libjtree PORTVERSION= 1.1.7 PORTREVISION= 2 CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.krasnodar.ru/pub/unix/IDE/CodeCrusader/ \ - ftp://ftp.uniovi.es/pub/unix/mail/ +MASTER_SITES= ftp://ftp.uniovi.es/pub/unix/mail/ DISTNAME= JTree_source-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= An additional library for the JX widget library -BROKEN= Unfetchable - EXTRACT_DEPENDS= ${NONEXISTENT}:${JXPORT}:configure BUILD_DEPENDS= makemake:${JXPORT} LIB_DEPENDS= jx-1_5_3.1:${JXPORT} |