diff options
Diffstat (limited to 'graphics/togl')
-rw-r--r-- | graphics/togl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/togl/Makefile b/graphics/togl/Makefile index 478ad42546ae..1203cec901c9 100644 --- a/graphics/togl/Makefile +++ b/graphics/togl/Makefile @@ -15,9 +15,9 @@ DISTNAME= Togl-${PORTVERSION} MAINTAINER= aa8vb@ipass.net LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 \ - tcl82.1:${PORTSDIR}/lang/tcl82 \ - GL.14:${PORTSDIR}/graphics/Mesa3 + tcl82.1:${PORTSDIR}/lang/tcl82 +USE_MESA= yes ALL_TARGET= default TOGL_INSTDIR= ${PREFIX}/lib/tk8.2/${DISTNAME} |