Index: head/devel/avr-gdb/Makefile =================================================================== --- head/devel/avr-gdb/Makefile (revision 408447) +++ head/devel/avr-gdb/Makefile (revision 408448) @@ -1,29 +1,29 @@ # Created by: Joerg Wunsch # $FreeBSD$ PORTNAME= gdb PORTVERSION= 7.3.1 PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= GNU PKGNAMEPREFIX= avr- DISTNAME= gdb-${PORTVERSION} MAINTAINER= joerg@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 \ --disable-werror pre-configure: cd ${WRKSRC} ; ${RM} -rf dejagnu expect tcl texinfo do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gdb/gdb \ ${STAGEDIR}${PREFIX}/bin/${PKGNAMEPREFIX}${PORTNAME} .include