diff options
Diffstat (limited to 'security/pinentry-qt4/Makefile')
-rw-r--r-- | security/pinentry-qt4/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/pinentry-qt4/Makefile b/security/pinentry-qt4/Makefile index feab34dff12a..a167d65532cd 100644 --- a/security/pinentry-qt4/Makefile +++ b/security/pinentry-qt4/Makefile @@ -9,10 +9,11 @@ PORTNAME= pinentry COMMENT= QT4 version of the gnupg password dialog -CONFLICTS= pinentry-[0-9]* +CONFLICTS_INSTALL= pinentry-[0-9]* pinentry-curses-* pinentry-gtk-* \ + pinentry-gtk2-* pinentry-qt-* PINENTRY_SLAVE= -qt4 -WITH_QT4= yes +PORT_OPTIONS+= QT4 MASTERDIR= ${.CURDIR}/../pinentry |