diff options
author | Jeffrey Hsu <hsu@FreeBSD.org> | 1995-03-06 04:35:27 +0000 |
---|---|---|
committer | Jeffrey Hsu <hsu@FreeBSD.org> | 1995-03-06 04:35:27 +0000 |
commit | ac72a2621cb0dfcd36be016330e909cae76a3287 (patch) | |
tree | 8e1d344e3b64f67b63eec3a1b60ce90227674e3e /graphics/mesagl | |
parent | e5fa54ac1041253a8c87c4b19c4fa01d051ab081 (diff) | |
download | ports-ac72a2621cb0dfcd36be016330e909cae76a3287.tar.gz ports-ac72a2621cb0dfcd36be016330e909cae76a3287.zip |
Notes
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 2eb6ad0c9f47..487379b20c1d 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 |