diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 2000-03-20 23:25:21 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 2000-03-20 23:25:21 +0000 |
commit | 7cc807dbeacd4330a32376f439fe8bb59cb9ab42 (patch) | |
tree | 7af3ed64c69f6db2ddec8605c4875b72175fbc15 /graphics | |
parent | cee83caf0e195c0669ebfd8208d100698766cc67 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/geomview/Makefile | 2 | ||||
-rw-r--r-- | graphics/py-opengl/Makefile | 2 | ||||
-rw-r--r-- | graphics/togl/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile index a07a856bf6ac..27dca3eb1fd5 100644 --- a/graphics/geomview/Makefile +++ b/graphics/geomview/Makefile @@ -15,7 +15,7 @@ DISTFILES= geomview-1.6.1-src.tar.gz MAINTAINER= fenner@freebsd.org LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \ - MesaGL.14:${PORTSDIR}/graphics/Mesa3 \ + GL.14:${PORTSDIR}/graphics/Mesa3 \ tk82.1:${PORTSDIR}/x11-toolkits/tk82 WRKSRC= ${WRKDIR}/Geomview diff --git a/graphics/py-opengl/Makefile b/graphics/py-opengl/Makefile index c6fff53f21a0..0472aed955ae 100644 --- a/graphics/py-opengl/Makefile +++ b/graphics/py-opengl/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= python:${PORTSDIR}/lang/python \ ${NUMPYDIR}/Numeric.py:${PORTSDIR}/math/numpy RUN_DEPENDS= python:${PORTSDIR}/lang/python \ ${NUMPYDIR}/Numeric.py:${PORTSDIR}/math/numpy -LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3 +LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3 ALL_TARGET= default diff --git a/graphics/togl/Makefile b/graphics/togl/Makefile index b14a683f11fe..df3367c2d208 100644 --- a/graphics/togl/Makefile +++ b/graphics/togl/Makefile @@ -16,7 +16,7 @@ MAINTAINER= aa8vb@ipass.net LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 \ tcl82.1:${PORTSDIR}/lang/tcl82 \ - MesaGL.14:${PORTSDIR}/graphics/Mesa3 + GL.14:${PORTSDIR}/graphics/Mesa3 ALL_TARGET= default |