aboutsummaryrefslogtreecommitdiff
path: root/graphics/togl
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2016-04-21 16:48:50 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2016-04-21 16:48:50 +0000
commit9f24ad45460941abfc9d36321900cf42813aba84 (patch)
treed0c1f5dd5ca5ac27d60728de7479d49195932db9 /graphics/togl
parent86cd4fbe5a7a1a14d0869f64442e2f2b4cc1cbf9 (diff)
downloadports-9f24ad45460941abfc9d36321900cf42813aba84.tar.gz
ports-9f24ad45460941abfc9d36321900cf42813aba84.zip
Convert more ports to USES=(tcl|tk):tea
Notes
Notes: svn path=/head/; revision=413747
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: