svn commit: r418135 - head/games/gracer

Pietro Cerutti gahr at FreeBSD.org
Wed Jul 6 14:24:05 UTC 2016


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}


More information about the svn-ports-all mailing list