diff options
author | jseger <jseger@FreeBSD.org> | 1998-02-15 17:13:22 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-02-15 17:13:22 +0000 |
commit | e2b4549eafd7ca0e92a3d1785e0a353bf422cb79 (patch) | |
tree | ec2722756962817aa184d091b28e88068f9c5283 /graphics/mesagl/Makefile | |
parent | e9eefe826d932efd0578c721d18c341dbebd3868 (diff) | |
download | FreeBSD-ports-e2b4549eafd7ca0e92a3d1785e0a353bf422cb79.zip FreeBSD-ports-e2b4549eafd7ca0e92a3d1785e0a353bf422cb79.tar.gz |
Upgrade to version 2.6.
Diffstat (limited to 'graphics/mesagl/Makefile')
-rw-r--r-- | graphics/mesagl/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/mesagl/Makefile b/graphics/mesagl/Makefile index 19fb89e..8ad6323 100644 --- a/graphics/mesagl/Makefile +++ b/graphics/mesagl/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: Mesa -# Version required: 2.5 +# Version required: 2.6 # Date created: Tue Feb 7 12:02:49 1995 # Whom: hsu # -# $Id: Makefile,v 1.20 1997/11/01 13:45:55 jseger Exp $ +# $Id: Makefile,v 1.21 1997/11/22 02:05:20 jseger Exp $ # -DISTNAME= MesaLib-2.5 -PKGNAME= Mesa-2.5 +DISTNAME= MesaLib-2.6 +PKGNAME= Mesa-2.6 CATEGORIES= graphics MASTER_SITES= ftp://iris.ssec.wisc.edu/pub/Mesa/ @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/${PKGNAME} ALL_TARGET= freebsd USE_X11= yes LIBS= libMesaGL libMesaGLU -SHLIB_VERSION= 13.5 +SHLIB_VERSION= 13.6 do-install: .for file in ${LIBS} |