Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jul 2016 14:24:04 +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: r418135 - head/games/gracer
Message-ID:  <201607061424.u66EO4iu045184@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Wed Jul  6 14:24:04 2016
New Revision: 418135
URL: https://svnweb.freebsd.org/changeset/ports/418135

Log:
  games/gracer: do not depend on a specific version of Tcl

Modified:
  head/games/gracer/Makefile

Modified: head/games/gracer/Makefile
==============================================================================
--- head/games/gracer/Makefile	Wed Jul  6 14:15:55 2016	(r418134)
+++ head/games/gracer/Makefile	Wed Jul  6 14:24:04 2016	(r418135)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gracer
 PORTVERSION=	0.1.5
-PORTREVISION=	20
+PORTREVISION=	21
 CATEGORIES=	games
 MASTER_SITES=	SF
 
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libgif.so:graphics/giflib \
 		libpng.so:graphics/png
 
 USE_GL=		glut
-USES=		gmake jpeg localbase perl5 tcl:84
+USES=		gmake jpeg localbase perl5 tcl
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-plib=${LOCALBASE}



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