aboutsummaryrefslogtreecommitdiff
path: root/graphics/togl
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-11-11 09:07:15 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-11-11 09:07:15 +0000
commit9dd296d40767440eab9b55605a763a139ea5b942 (patch)
treeabd7fb38075bda478d3e2d596c2dc9ed4f609a94 /graphics/togl
parent798b0580dd579c8974d4ae0357ade196826889a5 (diff)
downloadports-9dd296d40767440eab9b55605a763a139ea5b942.tar.gz
ports-9dd296d40767440eab9b55605a763a139ea5b942.zip
- Convert to USES+=gmake tk
Notes
Notes: svn path=/head/; revision=333479
Diffstat (limited to 'graphics/togl')
-rw-r--r--graphics/togl/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/togl/Makefile b/graphics/togl/Makefile
index 38a96b692ae7..8ff23aecf872 100644
--- a/graphics/togl/Makefile
+++ b/graphics/togl/Makefile
@@ -11,10 +11,9 @@ DISTNAME= Togl-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Tk OpenGL widget
+USES+= gmake tk
USE_XORG= x11 xt xmu
USE_GL= gl
-USE_TK= yes
-USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-tk=${TK_LIBDIR} \
--with-tcl=${TCL_LIBDIR} \