Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Nov 2016 18:19:29 +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: r426522 - in head/devel: libruin mspdebug
Message-ID:  <201611191819.uAJIJTMk007761@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611191819.uAJIJTMk007761>