aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/togl
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2016-04-22 00:48:50 +0800
committergahr <gahr@FreeBSD.org>2016-04-22 00:48:50 +0800
commite256b474346f69fed7a7b4bfd454e2afe3107bf9 (patch)
treed0c1f5dd5ca5ac27d60728de7479d49195932db9 /graphics/togl
parent846d8199972dd0559fe10d7173837b7a0309069b (diff)
downloadfreebsd-ports-gnome-e256b474346f69fed7a7b4bfd454e2afe3107bf9.tar.gz
freebsd-ports-gnome-e256b474346f69fed7a7b4bfd454e2afe3107bf9.tar.zst
freebsd-ports-gnome-e256b474346f69fed7a7b4bfd454e2afe3107bf9.zip
Convert more ports to USES=(tcl|tk):tea
Diffstat (limited to 'graphics/togl')
-rw-r--r--graphics/togl/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/graphics/togl/Makefile b/graphics/togl/Makefile
index c3ee69ffcf61..3a9eb2137adc 100644
--- a/graphics/togl/Makefile
+++ b/graphics/togl/Makefile
@@ -14,22 +14,13 @@ COMMENT= Tk OpenGL widget
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= gmake tk
+USES= gmake tk:tea
USE_XORG= x11 xt xmu
USE_GL= gl
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-tk=${TK_LIBDIR} \
- --with-tcl=${TCL_LIBDIR} \
- --with-tclinclude=${TCL_INCLUDEDIR}
USE_LDCONFIG= yes
TOGL_INSTDIR= ${PREFIX}/lib/${DISTNAME}
-CPPFLAGS+= -I${TK_INCLUDEDIR}
-LDFLAGS+= -L${TK_LIBDIR}
-
-PLIST_SUB= TK_VER=${TK_VER}
-
OPTIONS_DEFINE= DOCS EXAMPLES
post-patch: