diff options
Diffstat (limited to 'sysutils/glload/Makefile')
-rw-r--r-- | sysutils/glload/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/glload/Makefile b/sysutils/glload/Makefile index 86e4bc1086d3..b98d97d8dd6d 100644 --- a/sysutils/glload/Makefile +++ b/sysutils/glload/Makefile @@ -3,17 +3,16 @@ # Date created: 04 Dec 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1998/12/06 14:06:05 vanilla Exp $ +# $Id: Makefile,v 1.2 1998/12/07 09:07:01 obrien Exp $ # DISTNAME= glload-0.3.3 CATEGORIES= sysutils -MASTER_SITES= http://student.ex.ba-heidenheim.de/gload/ +MASTER_SITES= ftp://student.ex.ba-heidenheim.de/pub/glload/ \ + http://www.freebsd.org/~vanilla/ 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 |