diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-07-28 17:49:36 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-07-28 17:49:36 +0000 |
commit | 90398ea4e3890a287fe71bd6c4be1674a501dda6 (patch) | |
tree | 34b253a4d0f7f411c82128876006fed44ef4a66d | |
parent | devel/ruby-sdl: don't hard code ruby version (diff) |
games/magicmaze: Don't hard code ruby version
With hat: ruby@
Notes
Notes:
svn path=/head/; revision=363206
-rw-r--r-- | games/magicmaze/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/magicmaze/Makefile b/games/magicmaze/Makefile index 7cb81c96cc6f..0d44a033bf02 100644 --- a/games/magicmaze/Makefile +++ b/games/magicmaze/Makefile @@ -13,7 +13,7 @@ COMMENT= Simple and low-tech monster-bashing maze game 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} |