From 3a8e00aab88bdfe9200a3352421574025218f5b1 Mon Sep 17 00:00:00 2001 From: Max Brazhnikov Date: Thu, 19 May 2011 20:13:50 +0000 Subject: [PATCH] Add missing USE_NCURSES PR: ports/157142 Submitted by: Raphael Kubo da Costa --- security/pinentry/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile index 8685f3e30115..a7cb0c6dea09 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -85,6 +85,7 @@ PLIST_SUB+= WITH_GTK2="@comment " .endif .if defined(WITH_NCURSES) +USE_NCURSES= yes PLIST_SUB+= WITH_NCURSES="" .else CONFIGURE_ARGS+=--disable-pinentry-curses