diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-09-30 19:21:40 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-09-30 19:21:40 +0000 |
commit | 5ef10d7329bd51fb4fc1c8e1210a9065a36f20cb (patch) | |
tree | 597587a3aa7cf94d602130b635c01033a3e908b4 /graphics/Mesa3 | |
parent | Upgrade, 2.1 -> 2.2. (diff) |
Oops, portlint, portlint!
Notes
Notes:
svn path=/head/; revision=8065
Diffstat (limited to 'graphics/Mesa3')
-rw-r--r-- | graphics/Mesa3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/Mesa3/Makefile b/graphics/Mesa3/Makefile index b188a55059f9..b3d948be8552 100644 --- a/graphics/Mesa3/Makefile +++ b/graphics/Mesa3/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Feb 7 12:02:49 1995 # Whom: hsu # -# $Id: Makefile,v 1.17 1997/02/14 14:18:06 tg Exp $ +# $Id: Makefile,v 1.18 1997/09/30 19:20:00 max Exp $ # DISTNAME= Mesa-2.2 @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.ORG ALL_TARGET= freebsd USE_X11= yes -LIBS= libMesaGL libMesaGLU libMesaaux libMesatk +LIBS= libMesaGL libMesaGLU libMesaaux libMesatk SHLIB_VERSION= 13.2 do-install: |