svn commit: r408102 - head/games/jzip

John Marino marino at FreeBSD.org
Thu Feb 4 21:40:59 UTC 2016


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
 


More information about the svn-ports-all mailing list