diff options
author | max <max@FreeBSD.org> | 1997-10-01 03:21:40 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-10-01 03:21:40 +0800 |
commit | 7512fa2a379f31f7a526e02efcaa8fc584285f04 (patch) | |
tree | 04391338e6d03248487b842ff81126be2f1b28e2 /graphics/mesagl | |
parent | 5cdc75043502992cb53e85428855598cc9a569fb (diff) | |
download | freebsd-ports-gnome-7512fa2a379f31f7a526e02efcaa8fc584285f04.tar.gz freebsd-ports-gnome-7512fa2a379f31f7a526e02efcaa8fc584285f04.tar.zst freebsd-ports-gnome-7512fa2a379f31f7a526e02efcaa8fc584285f04.zip |
Oops, portlint, portlint!
Diffstat (limited to 'graphics/mesagl')
-rw-r--r-- | graphics/mesagl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mesagl/Makefile b/graphics/mesagl/Makefile index b188a55059f9..b3d948be8552 100644 --- a/graphics/mesagl/Makefile +++ b/graphics/mesagl/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: |