Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Nov 2013 09:07:15 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333479 - head/graphics/togl
Message-ID:  <201311110907.rAB97FlL069103@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311110907.rAB97FlL069103>