diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-08-03 09:28:57 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-08-03 09:28:57 +0000 |
commit | c6bcad2436d925c98052ed292bd0794ae0e34b45 (patch) | |
tree | 4752ebd6e8eb5959ebf00516e4ecf7156215bbce /graphics/togl | |
parent | fbd121eee966abfc21d176cbede935ecd6bf1a34 (diff) | |
download | ports-c6bcad2436d925c98052ed292bd0794ae0e34b45.tar.gz ports-c6bcad2436d925c98052ed292bd0794ae0e34b45.zip |
Notes
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} |