diff options
author | gahr <gahr@FreeBSD.org> | 2016-04-22 00:48:50 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2016-04-22 00:48:50 +0800 |
commit | e256b474346f69fed7a7b4bfd454e2afe3107bf9 (patch) | |
tree | d0c1f5dd5ca5ac27d60728de7479d49195932db9 /graphics/togl | |
parent | 846d8199972dd0559fe10d7173837b7a0309069b (diff) | |
download | freebsd-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/Makefile | 11 |
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: |