svn commit: r333479 - head/graphics/togl

Pietro Cerutti gahr at FreeBSD.org
Mon Nov 11 09:07:15 UTC 2013


Author: gahr
Date: Mon Nov 11 09:07:15 2013
New Revision: 333479
URL: http://svnweb.freebsd.org/changeset/ports/333479

Log:
  - Convert to USES+=gmake tk

Modified:
  head/graphics/togl/Makefile

Modified: head/graphics/togl/Makefile
==============================================================================
--- head/graphics/togl/Makefile	Mon Nov 11 04:21:03 2013	(r333478)
+++ head/graphics/togl/Makefile	Mon Nov 11 09:07:15 2013	(r333479)
@@ -11,10 +11,9 @@ DISTNAME=	Togl-${PORTVERSION}
 MAINTAINER=	ports at 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} \


More information about the svn-ports-all mailing list