Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Apr 2020 21:27:31 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530841 - head/net-p2p/ncdc
Message-ID:  <202004052127.035LRVL5062264@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Apr  5 21:27:31 2020
New Revision: 530841
URL: https://svnweb.freebsd.org/changeset/ports/530841

Log:
  net-p2p/ncdc: allow using base ncurses
  
  PR:		243942
  Approved by:	maintainer timeout (earl1k@mail.ru, >6 weeks)

Modified:
  head/net-p2p/ncdc/Makefile   (contents, props changed)

Modified: head/net-p2p/ncdc/Makefile
==============================================================================
--- head/net-p2p/ncdc/Makefile	Sun Apr  5 21:20:10 2020	(r530840)
+++ head/net-p2p/ncdc/Makefile	Sun Apr  5 21:27:31 2020	(r530841)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ncdc
 PORTVERSION=	1.22.1
+PORTREVISION=	1
 CATEGORIES=	net-p2p
 MASTER_SITES=	http://dev.yorhel.nl/download/
 
@@ -19,12 +20,13 @@ LIB_DEPENDS=	libsqlite3.so:databases/sqlite3 \
 		libnettle.so:security/nettle \
 		libp11-kit.so:security/p11-kit
 
-USES=		compiler:c11 gmake gnome pkgconfig ncurses:port
+USES=		compiler:c11 gmake gnome pkgconfig ncurses
 USE_GNOME=	glib20
 GNU_CONFIGURE=	yes
 PLIST_FILES=	bin/ncdc \
 		man/man1/ncdc.1.gz
 
+CONFIGURE_ENV=	NCURSES_CFLAGS="-L${NCURSESLIB}" NCURSES_LIBS="-lncursesw"
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 



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