diff options
author | marino <marino@FreeBSD.org> | 2016-11-20 02:50:59 +0000 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-11-20 02:50:59 +0000 |
commit | c900b989259938a9ed020f0b7b17264cb8a9d08e (patch) | |
tree | 44ab47ccebe87be73cd05abc2958201b323244a7 | |
parent | cc640b5326f00edcc11a84bf9f1e51bf887d145f (diff) | |
download | FreeBSD-ports-c900b989259938a9ed020f0b7b17264cb8a9d08e.zip FreeBSD-ports-c900b989259938a9ed020f0b7b17264cb8a9d08e.tar.gz |
security/pinentry-*: Document ncurses requirement
It turns out that every pinentry slave port requires ncurses,
not just -gnome3 and -curses.
Approved by: ncurses blanket
-rw-r--r-- | security/pinentry/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile index 12a93f3..e8c15d2 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -66,7 +66,7 @@ LIB_DEPENDS= libassuan.so:security/libassuan \ libgcrypt.so:security/libgcrypt \ libksba.so:security/libksba -USES+= iconv gmake pkgconfig +USES+= iconv gmake ncurses pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-pinentry-emacs @@ -81,7 +81,6 @@ LIBSECRET_LIB_DEPENDS= libsecret-1.so:security/libsecret .if ${PINENTRY_GUI} == "gnome3" OPTIONS_SLAVE= LIBSECRET -USES+= ncurses USE_GNOME+= gtk20 LIB_DEPENDS+= libgcr-base-3.so:security/gcr PLIST_FILES= bin/pinentry-gnome3 @@ -113,7 +112,6 @@ CONFIGURE_ARGS+=--disable-pinentry-gtk2 .endif .if ${PINENTRY_GUI} == "curses" -USES+= ncurses PLIST_FILES= bin/pinentry-curses .else CONFIGURE_ARGS+=--disable-pinentry-curses |