svn commit: r363206 - head/games/magicmaze

Steve Wills swills at FreeBSD.org
Mon Jul 28 17:49:37 UTC 2014


Author: swills
Date: Mon Jul 28 17:49:36 2014
New Revision: 363206
URL: http://svnweb.freebsd.org/changeset/ports/363206
QAT: https://qat.redports.org/buildarchive/r363206/

Log:
  games/magicmaze: Don't hard code ruby version
  
  With hat:	ruby@

Modified:
  head/games/magicmaze/Makefile

Modified: head/games/magicmaze/Makefile
==============================================================================
--- head/games/magicmaze/Makefile	Mon Jul 28 17:48:21 2014	(r363205)
+++ head/games/magicmaze/Makefile	Mon Jul 28 17:49:36 2014	(r363206)
@@ -13,7 +13,7 @@ COMMENT=	Simple and low-tech monster-bas
 
 LICENSE=	GPLv2
 
-RUN_DEPENDS=	ruby19-sdl>=0:${PORTSDIR}/devel/ruby-sdl
+RUN_DEPENDS=	ruby${RUBY_SUFFIX}-sdl>=0:${PORTSDIR}/devel/ruby-sdl
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION:S/./_/g}
 


More information about the svn-ports-all mailing list