diff --git a/games/pushover/Makefile b/games/pushover/Makefile index b8de4c6e465e..d52f4bc0059b 100644 --- a/games/pushover/Makefile +++ b/games/pushover/Makefile @@ -3,11 +3,12 @@ PORTNAME= pushover PORTVERSION= 0.0.5 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Pushover/${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org -COMMENT= A puzzle game where the goal is to push over all dominoes +COMMENT= Puzzle game where the goal is to push over all dominoes LICENSE= GPLv3 @@ -15,10 +16,9 @@ LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes USE_SDL= sdl mixer ttf -USE_LUA= 5.1 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USES= gettext gmake pkgconfig +USES= gettext gmake pkgconfig lua PORTDOCS= * PORTDATA= * @@ -33,6 +33,6 @@ DESKTOP_ENTRIES="Pushover" \ OPTIONS_DEFINE= DOCS post-patch: - @${REINPLACE_CMD} -e 's|lua5.1|lua-5.1|' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|lua5.1|lua-${LUA_VER}|' ${WRKSRC}/configure .include