aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/ncdc
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2020-04-05 21:27:31 +0000
committerSteve Wills <swills@FreeBSD.org>2020-04-05 21:27:31 +0000
commit083f8aeffa8b4e1f97c98ae1b5a2567b7a67a9fa (patch)
treee1b6743df41dc90b2c369bec8ec5cb83138ff95a /net-p2p/ncdc
parentd1043619385edfe4ed466f46544778bd48099a07 (diff)
downloadports-083f8aeffa8b4e1f97c98ae1b5a2567b7a67a9fa.tar.gz
ports-083f8aeffa8b4e1f97c98ae1b5a2567b7a67a9fa.zip
net-p2p/ncdc: allow using base ncurses
PR: 243942 Approved by: maintainer timeout (earl1k@mail.ru, >6 weeks)
Notes
Notes: svn path=/head/; revision=530841
Diffstat (limited to 'net-p2p/ncdc')
-rw-r--r--net-p2p/ncdc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-p2p/ncdc/Makefile b/net-p2p/ncdc/Makefile
index 57e4690ea7c6..06b10a18dcfd 100644
--- a/net-p2p/ncdc/Makefile
+++ b/net-p2p/ncdc/Makefile
@@ -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