diff options
-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} |