diff options
author | John Marino <marino@FreeBSD.org> | 2016-11-20 02:50:59 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-11-20 02:50:59 +0000 |
commit | 3bb63c9b02866d402237fcb47246a5e252c914ba (patch) | |
tree | 44ab47ccebe87be73cd05abc2958201b323244a7 /security/pinentry | |
parent | 9ef2eb8602a3815688a5d3f92795baa90740a9f1 (diff) |
Notes
Diffstat (limited to 'security/pinentry')
-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 12a93f33c8c5..e8c15d23b07c 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 |