diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-12-24 22:33:57 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-12-24 22:33:57 +0000 |
commit | 3d1c528fc4bd9de4fb0d631164d6551b7732e722 (patch) | |
tree | 904f644a60e2a5df0d797603f7a0bf6d72302faf /security/pinentry-curses | |
parent | ab3919596a649a50f18c7f636c10b9ddc916ec74 (diff) | |
download | ports-3d1c528fc4bd9de4fb0d631164d6551b7732e722.tar.gz ports-3d1c528fc4bd9de4fb0d631164d6551b7732e722.zip |
Notes
Diffstat (limited to 'security/pinentry-curses')
-rw-r--r-- | security/pinentry-curses/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/security/pinentry-curses/Makefile b/security/pinentry-curses/Makefile index 28ccee26e8aa..b1e9c69f4501 100644 --- a/security/pinentry-curses/Makefile +++ b/security/pinentry-curses/Makefile @@ -2,15 +2,11 @@ # $FreeBSD$ PORTNAME= pinentry -PORTREVISION= 0 +PORTREVISION= 1 -COMMENT= Curses version of the gnupg password dialog +COMMENT= Curses version of the GnuPG password dialog -CONFLICTS_INSTALL= pinentry-[0-9]* pinentry-gtk-* \ - pinentry-gtk2-* pinentry-qt-* pinentry-qt4-* - -PINENTRY_SLAVE= -curses -PORT_OPTIONS+= NCURSES +PINENTRY_GUI= curses MASTERDIR= ${.CURDIR}/../pinentry |