diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-12 09:59:42 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-12 09:59:42 +0800 |
commit | 0f722c207fe9f709dfd0db293e16d305d5738715 (patch) | |
tree | 52c502f1ac380dfa482edaeecb49faae404e656b /x11-toolkits | |
parent | e6c7409adb9d70e1a83fbffbbde221cfe3163106 (diff) | |
download | freebsd-ports-gnome-0f722c207fe9f709dfd0db293e16d305d5738715.tar.gz freebsd-ports-gnome-0f722c207fe9f709dfd0db293e16d305d5738715.tar.zst freebsd-ports-gnome-0f722c207fe9f709dfd0db293e16d305d5738715.zip |
Now fetchable again. Remove a dead mastersite.
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} |