diff options
author | hsu <hsu@FreeBSD.org> | 1995-03-06 12:35:27 +0800 |
---|---|---|
committer | hsu <hsu@FreeBSD.org> | 1995-03-06 12:35:27 +0800 |
commit | 941d638199a9caa55aa7c7f8fdb22915e52a2862 (patch) | |
tree | e1d9f18195f430847bbc6de2bb53425c7594c7ba /graphics/mesagl | |
parent | 5402501e151c7f6f88381bec1d1eec9a2b314dc4 (diff) | |
download | freebsd-ports-graphics-941d638199a9caa55aa7c7f8fdb22915e52a2862.tar.gz freebsd-ports-graphics-941d638199a9caa55aa7c7f8fdb22915e52a2862.tar.zst freebsd-ports-graphics-941d638199a9caa55aa7c7f8fdb22915e52a2862.zip |
Update to 1.1 beta.
Diffstat (limited to 'graphics/mesagl')
-rw-r--r-- | graphics/mesagl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/mesagl/Makefile b/graphics/mesagl/Makefile index 2eb6ad0c9f4..487379b20c1 100644 --- a/graphics/mesagl/Makefile +++ b/graphics/mesagl/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: Mesa -# Version required: 1.0beta +# Version required: 1.1beta # Date created: Tue Feb 7 12:02:49 1995 # Whom: hsu # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1995/02/07 21:58:09 hsu Exp $ # -DISTNAME= Mesa-1.0beta +DISTNAME= Mesa-1.1beta EXTRACT_SUFX= .tar.Z MASTER_SITES= ftp://iris.ssec.wisc.edu/pub/misc/ WRKSRC= ${WRKDIR}/Mesa |