Index: head/devel/libruin/Makefile =================================================================== --- head/devel/libruin/Makefile (revision 426521) +++ head/devel/libruin/Makefile (revision 426522) @@ -1,23 +1,23 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= libruin PORTVERSION= 0.1.4 PORTREVISION= 3 CATEGORIES= devel scheme MASTER_SITES= SAVANNAH MAINTAINER= ports@FreeBSD.org COMMENT= Renderer for User Interfaces in Ncurses BUILD_DEPENDS= ${LOCALBASE}/share/guile/site/config/load.scm:devel/guile-lib RUN_DEPENDS= ${LOCALBASE}/share/guile/site/config/load.scm:devel/guile-lib GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= libtool +USES= libtool ncurses USE_LDCONFIG= yes INFO= libruin .include Index: head/devel/mspdebug/Makefile =================================================================== --- head/devel/mspdebug/Makefile (revision 426521) +++ head/devel/mspdebug/Makefile (revision 426522) @@ -1,38 +1,38 @@ # Created by: Peter Jeremy # $FreeBSD$ PORTNAME= mspdebug PORTVERSION= 0.23.20151024 CATEGORIES= devel MAINTAINER= peterjeremy@acm.org COMMENT= Debugger for use with MSP 430 MCUs LICENSE= GPLv2 USE_GITHUB= yes GH_ACCOUNT= dlbeer GH_TAGNAME= 38ea614 OPTIONS_DEFINE= READLINE LIBMSP430 OPTIONS_DEFAULT= READLINE LIBMSP430 LIBMSP430_DESC= Use TI libmsp430 USB driver -READLINE_USES= readline pkgconfig +READLINE_USES= readline ncurses pkgconfig READLINE_MAKE_ARGS_OFF= WITHOUT_READLINE=1 LIBMSP430_LIB_DEPENDS= libmsp430.so:devel/msp430-debug-stack USES= gmake PLIST_FILES= bin/mspdebug \ man/man1/mspdebug.1.gz \ share/mspdebug/ti_3410.fw.ihex \ share/mspdebug/ti_3410.fw.txt \ share/doc/mspdebug/EmbeddedMode.txt \ share/doc/mspdebug/README post-patch: @${REINPLACE_CMD} -e 's|-ltermcap||' ${WRKSRC}/Makefile .include