svn commit: r408395 - head/audio/libnjb

John Marino marino at FreeBSD.org
Sun Feb 7 13:00:22 UTC 2016


Author: marino
Date: Sun Feb  7 13:00:20 2016
New Revision: 408395
URL: https://svnweb.freebsd.org/changeset/ports/408395

Log:
  audio/libnjb: USES+= ncurses, link with ncurses (not curses)

Modified:
  head/audio/libnjb/Makefile

Modified: head/audio/libnjb/Makefile
==============================================================================
--- head/audio/libnjb/Makefile	Sun Feb  7 12:58:58 2016	(r408394)
+++ head/audio/libnjb/Makefile	Sun Feb  7 13:00:20 2016	(r408395)
@@ -13,7 +13,7 @@ COMMENT=	C library, API for communicatin
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		pathfix libtool
+USES=		pathfix ncurses libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
@@ -33,5 +33,7 @@ post-patch:
 		'/^SHOW_DIRECTORIES/d' ${WRKSRC}/doc/Doxyfile.in
 	@${REINPLACE_CMD} -e \
 		'/pkgdocdir/s|-$$(VERSION)||g' ${WRKSRC}/doc/Makefile.in
+	@${REINPLACE_CMD} -e 's|-lcurses|-lncurses|' ${WRKSRC}/configure \
+		${WRKSRC}/sample/Makefile.am ${WRKSRC}/sample/Makefile.in
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list