Index: head/comms/tlf/Makefile =================================================================== --- head/comms/tlf/Makefile (revision 426517) +++ head/comms/tlf/Makefile (revision 426518) @@ -1,31 +1,31 @@ # Created by: db # $FreeBSD$ PORTNAME= tlf PORTVERSION= 1.2.3 CATEGORIES= comms hamradio MASTER_SITES= http://www.hs-mittweida.de/tb/ \ LOCAL/db MAINTAINER= hamradio@FreeBSD.org COMMENT= Amateur Radio curses based logging program LICENSE= GPLv2 LIB_DEPENDS= libglib-2.0.so:devel/glib20 -USES= pkgconfig +USES= ncurses pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= PANEL_LIB=-lpanel CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lpthread -L${LOCALBASE}/lib OPTIONS_SUB= yes OPTIONS_DEFINE= HAMLIB HAMLIB_DESC= Support rig control via hamlib OPTIONS_DEFAULT=HAMLIB HAMLIB_LIB_DEPENDS= libhamlib.so:comms/hamlib HAMLIB_CONFIGURE_ENABLE=hamlib .include Index: head/devel/devtodo/Makefile =================================================================== --- head/devel/devtodo/Makefile (revision 426517) +++ head/devel/devtodo/Makefile (revision 426518) @@ -1,35 +1,35 @@ # Created by: Pete Fritchman # $FreeBSD$ PORTNAME= devtodo PORTVERSION= 0.1.20 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://swapoff.org/files/devtodo/ MAINTAINER= ports@FreeBSD.org COMMENT= Tool to effectively maintain todo lists aimed at developers CONFLICTS= tdl-[0-9]* todo-[0-9]* GNU_CONFIGURE= yes -USES= readline +USES= ncurses readline OPTIONS_DEFINE= EXAMPLES # Note: without this define util/regex.c doesn't compile due to redeclaration # of malloc and realloc functions. Adding this define was the simplest # (although not elegant) solution. CFLAGS+= -DSTDC_HEADERS post-patch: @${REINPLACE_CMD} -e 's/^\ttest -f.*todorc.*\n//' ${WRKSRC}/doc/Makefile.in post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for file in scripts.sh scripts.tcsh todorc.example ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${STAGEDIR}${EXAMPLESDIR} .endfor ${INSTALL_DATA} ${WRKSRC}/doc/todorc.example ${STAGEDIR}${PREFIX}/etc/todorc.sample .include Index: head/math/topaz/Makefile =================================================================== --- head/math/topaz/Makefile (revision 426517) +++ head/math/topaz/Makefile (revision 426518) @@ -1,26 +1,26 @@ # Created by: Issei Suzuki # $FreeBSD$ PORTNAME= topaz DISTVERSION= 3_41 CATEGORIES= math MASTER_SITES= http://hp.vector.co.jp/authors/VA007663/topaz/bin/ DISTNAME= ${PORTNAME}-${DISTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= Command driven graph plotting system for scientists and engineers LICENSE= GPLv2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= readline +USES= ncurses readline USE_XORG= x11 MAKEFILE= Makefile.freebsd post-install: ${LN} -sf ${PREFIX}/lib/topaz/topaz.sh ${STAGEDIR}${PREFIX}/bin/topaz @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/sample/* ${STAGEDIR}${EXAMPLESDIR} .include