svn commit: r408448 - head/devel/avr-gdb

John Marino marino at FreeBSD.org
Sun Feb 7 19:23:24 UTC 2016


Author: marino
Date: Sun Feb  7 19:23:22 2016
New Revision: 408448
URL: https://svnweb.freebsd.org/changeset/ports/408448

Log:
  devel/avr-gdb: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/devel/avr-gdb/Makefile

Modified: head/devel/avr-gdb/Makefile
==============================================================================
--- head/devel/avr-gdb/Makefile	Sun Feb  7 19:22:06 2016	(r408447)
+++ head/devel/avr-gdb/Makefile	Sun Feb  7 19:23:22 2016	(r408448)
@@ -13,7 +13,7 @@ MAINTAINER=	joerg at FreeBSD.org
 COMMENT=	GNU GDB for the AVR target
 LIB_DEPENDS=	libexpat.so:${PORTSDIR}/textproc/expat2
 
-USES=		gmake tar:bzip2
+USES=		gmake ncurses tar:bzip2
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--target=avr --program-prefix=avr --disable-nls \


More information about the svn-ports-all mailing list