diff options
author | obrien <obrien@FreeBSD.org> | 1998-12-07 09:07:01 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-12-07 09:07:01 +0000 |
commit | 6d24f2114961c5a43d88d7b846a12f086ff57205 (patch) | |
tree | 19a425547e9a452674fb840db9211ff63176bd23 /sysutils | |
parent | 7f78e1938f6f5d4be0eb12cf49153b84ea2fd991 (diff) | |
download | FreeBSD-ports-6d24f2114961c5a43d88d7b846a12f086ff57205.zip FreeBSD-ports-6d24f2114961c5a43d88d7b846a12f086ff57205.tar.gz |
BROKEN='the single MASTER_SITE gives: "Alert!: HTTP/1.1 404 File Not Found"'
Bad MASTER_SITE by: vanilla
(I really need this new file fetching protocol vanilla has. It appears to be
quite magical as it can pull distfiles out of thin air)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/glload/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/glload/Makefile b/sysutils/glload/Makefile index 8425979..86e4bc1 100644 --- a/sysutils/glload/Makefile +++ b/sysutils/glload/Makefile @@ -3,7 +3,7 @@ # Date created: 04 Dec 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/06 14:06:05 vanilla Exp $ # DISTNAME= glload-0.3.3 @@ -12,6 +12,8 @@ MASTER_SITES= http://student.ex.ba-heidenheim.de/gload/ MAINTAINER= vanilla@FreeBSD.ORG +BROKEN= 'the single MASTER_SITE gives: "Alert!: HTTP/1.1 404 File Not Found"' + LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3 USE_X_PREFIX= yes |