diff options
Diffstat (limited to 'games/instead/Makefile')
-rw-r--r-- | games/instead/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/instead/Makefile b/games/instead/Makefile index 9e18d36c640a..b464c15957da 100644 --- a/games/instead/Makefile +++ b/games/instead/Makefile @@ -13,7 +13,7 @@ COMMENT= Simple Text Adventure, The Interpreter LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake:outsource iconv lua:51 pkgconfig +USES= cmake iconv lua:51 pkgconfig CMAKE_ARGS= -DMANDIR=man WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |