svn commit: r426522 - in head/devel: libruin mspdebug

John Marino marino at FreeBSD.org
Sat Nov 19 18:19:30 UTC 2016


Author: marino
Date: Sat Nov 19 18:19:29 2016
New Revision: 426522
URL: https://svnweb.freebsd.org/changeset/ports/426522

Log:
  devel/libruin, devel/mspdebug: Document ncurses requirement
  
  Approved by:	ncurses blanket

Modified:
  head/devel/libruin/Makefile
  head/devel/mspdebug/Makefile

Modified: head/devel/libruin/Makefile
==============================================================================
--- head/devel/libruin/Makefile	Sat Nov 19 18:13:20 2016	(r426521)
+++ head/devel/libruin/Makefile	Sat Nov 19 18:19:29 2016	(r426522)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${LOCALBASE}/share/guile/si
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USES=		libtool
+USES=		libtool ncurses
 USE_LDCONFIG=	yes
 
 INFO=	libruin

Modified: head/devel/mspdebug/Makefile
==============================================================================
--- head/devel/mspdebug/Makefile	Sat Nov 19 18:13:20 2016	(r426521)
+++ head/devel/mspdebug/Makefile	Sat Nov 19 18:19:29 2016	(r426522)
@@ -18,7 +18,7 @@ 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


More information about the svn-ports-head mailing list