From 8125658176eb2b6a00216bc61058e31e8d19d160 Mon Sep 17 00:00:00 2001 From: bapt Date: Mon, 6 May 2013 15:34:17 +0000 Subject: Convert USE_NCURSES by USES=ncurses Convert USE_READLINE by USES=readline --- net-p2p/ncdc/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'net-p2p') diff --git a/net-p2p/ncdc/Makefile b/net-p2p/ncdc/Makefile index b4404dd7168d..4ff23fe785d0 100644 --- a/net-p2p/ncdc/Makefile +++ b/net-p2p/ncdc/Makefile @@ -20,8 +20,7 @@ LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 \ nettle:${PORTSDIR}/security/nettle \ p11-kit:${PORTSDIR}/security/p11-kit -USES= pkgconfig -USE_NCURSES= yes +USES= pkgconfig ncurses USE_GNOME= glib20 USE_GMAKE= yes GNU_CONFIGURE= yes -- cgit