Date: Sun, 7 Feb 2016 13:00:21 +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: r408395 - head/audio/libnjb Message-ID: <201602071300.u17D0Lrv064190@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602071300.u17D0Lrv064190>