diff options
author | makc <makc@FreeBSD.org> | 2012-07-27 19:03:38 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2012-07-27 19:03:38 +0800 |
commit | 7e9888a561c1f2a53cfeca5bf54f5278294df386 (patch) | |
tree | 167ee4bd8c4cd737246cf4e2c40f36e42042084e /security/pinentry-curses | |
parent | 7c887ca2a204b4cd88ce46806edb8ea718e69d9e (diff) | |
download | freebsd-ports-gnome-7e9888a561c1f2a53cfeca5bf54f5278294df386.tar.gz freebsd-ports-gnome-7e9888a561c1f2a53cfeca5bf54f5278294df386.tar.zst freebsd-ports-gnome-7e9888a561c1f2a53cfeca5bf54f5278294df386.zip |
- Convert my ports to new options framework
- use CONFLICTS_INSTALL
- other minor changes
Diffstat (limited to 'security/pinentry-curses')
-rw-r--r-- | security/pinentry-curses/Makefile | 5 |
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 |