Date: Thu, 4 Feb 2016 21:40:57 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408102 - head/games/jzip Message-ID: <201602042140.u14LevSc032939@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Thu Feb 4 21:40:57 2016 New Revision: 408102 URL: https://svnweb.freebsd.org/changeset/ports/408102 Log: games/jzip: USES+= ncurses, link to libncurses, not libtermcap Modified: head/games/jzip/Makefile Modified: head/games/jzip/Makefile ============================================================================== --- head/games/jzip/Makefile Thu Feb 4 21:39:12 2016 (r408101) +++ head/games/jzip/Makefile Thu Feb 4 21:40:57 2016 (r408102) @@ -12,7 +12,7 @@ COMMENT= Text-mode Infocom game interpre NO_WRKSUBDIR= yes -USES= zip +USES= ncurses zip CPPFLAGS+= -DPOSIX -DHAVE_GETOPT @@ -27,7 +27,7 @@ post-patch: s|^CFLAGS =|CFLAGS +=| ; \ s|-DPOSIX|$${CPPFLAGS}| ; \ s|^LDFLAGS|#LDFLAGS| ; \ - s|-lcurses|-ltermcap|' ${WRKSRC}/Makefile + s|-lcurses|-lncurses|' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e \ 's|^void main|int main|' ${WRKSRC}/jzexe.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602042140.u14LevSc032939>