Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jul 2022 20:38:02 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 903b919d1830 - main - graphics/togl: limit Tcl/Tk to 8.6 (+)
Message-ID:  <202207172038.26HKc2Dl061418@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=903b919d18303ab3c2a0f17d21cb1e8bfaef65fa

commit 903b919d18303ab3c2a0f17d21cb1e8bfaef65fa
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-07-17 20:35:44 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-07-17 20:37:42 +0000

    graphics/togl: limit Tcl/Tk to 8.6 (+)
    
    Tcl/Tk 8.6 is latest release which togl can use
---
 graphics/togl/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/togl/Makefile b/graphics/togl/Makefile
index 9ca967537061..06836fd9496d 100644
--- a/graphics/togl/Makefile
+++ b/graphics/togl/Makefile
@@ -14,7 +14,7 @@ COMMENT=	Tk OpenGL widget
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		gl gmake tk:tea xorg
+USES=		gl gmake tk:86,tea xorg
 USE_XORG=	x11 xt xmu
 USE_GL=		gl
 USE_LDCONFIG=	${PREFIX}/lib/Togl2.0



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207172038.26HKc2Dl061418>