svn commit: r408146 - head/irc/xaric

John Marino marino at FreeBSD.org
Fri Feb 5 09:34:27 UTC 2016


Author: marino
Date: Fri Feb  5 09:34:26 2016
New Revision: 408146
URL: https://svnweb.freebsd.org/changeset/ports/408146

Log:
  irc/xaric: USES+= ncurses, link with libncurses not libcurses

Modified:
  head/irc/xaric/Makefile

Modified: head/irc/xaric/Makefile
==============================================================================
--- head/irc/xaric/Makefile	Fri Feb  5 09:33:16 2016	(r408145)
+++ head/irc/xaric/Makefile	Fri Feb  5 09:34:26 2016	(r408146)
@@ -10,11 +10,12 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	IRC Client similer to BitchX or ircII
 
 GNU_CONFIGURE=	yes
-USES=		gmake pathfix
+USES=		gmake ncurses pathfix
 USE_OPENSSL=	yes
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-ggdb3||g' ${WRKSRC}/Makefile.in
+	@${REINPLACE_CMD} -e 's|-lcurses|-lncurses|' ${WRKSRC}/configure
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/xaric ${STAGEDIR}${PREFIX}/bin


More information about the svn-ports-all mailing list