aboutsummaryrefslogtreecommitdiff
path: root/security/pinentry-curses
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2012-07-27 11:03:38 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2012-07-27 11:03:38 +0000
commit52e8b487f6dc73b0d0baafc955c59e83ab33c41a (patch)
tree167ee4bd8c4cd737246cf4e2c40f36e42042084e /security/pinentry-curses
parentdbe27c5fd4471209e8b77eecbae08f3a2ad57040 (diff)
downloadports-52e8b487f6dc73b0d0baafc955c59e83ab33c41a.tar.gz
ports-52e8b487f6dc73b0d0baafc955c59e83ab33c41a.zip
- Convert my ports to new options framework
- use CONFLICTS_INSTALL - other minor changes
Notes
Notes: svn path=/head/; revision=301600
Diffstat (limited to 'security/pinentry-curses')
-rw-r--r--security/pinentry-curses/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/pinentry-curses/Makefile b/security/pinentry-curses/Makefile
index 4cac9dfe93a6..165caadb162c 100644
--- a/security/pinentry-curses/Makefile
+++ b/security/pinentry-curses/Makefile
@@ -9,10 +9,11 @@ PORTNAME= pinentry
COMMENT= Curses version of the gnupg password dialog
-CONFLICTS= pinentry-[0-9]*
+CONFLICTS_INSTALL= pinentry-[0-9]* pinentry-gtk-* \
+ pinentry-gtk2-* pinentry-qt-* pinentry-qt4-*
PINENTRY_SLAVE= -curses
-WITH_NCURSES= yes
+PORT_OPTIONS+= NCURSES
MASTERDIR= ${.CURDIR}/../pinentry