aboutsummaryrefslogtreecommitdiffstats
path: root/security/pinentry-qt
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2012-07-27 19:03:38 +0800
committermakc <makc@FreeBSD.org>2012-07-27 19:03:38 +0800
commit7e9888a561c1f2a53cfeca5bf54f5278294df386 (patch)
tree167ee4bd8c4cd737246cf4e2c40f36e42042084e /security/pinentry-qt
parent7c887ca2a204b4cd88ce46806edb8ea718e69d9e (diff)
downloadfreebsd-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-qt')
-rw-r--r--security/pinentry-qt/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/pinentry-qt/Makefile b/security/pinentry-qt/Makefile
index ca0ebc3f0e40..1c25de255c7b 100644
--- a/security/pinentry-qt/Makefile
+++ b/security/pinentry-qt/Makefile
@@ -9,10 +9,11 @@ PORTNAME= pinentry
COMMENT= QT3 version of the gnupg password dialog
-CONFLICTS= pinentry-[0-9]*
+CONFLICTS_INSTALL= pinentry-[0-9]* pinentry-curses-* pinentry-gtk-* \
+ pinentry-gtk2-* pinentry-qt4-*
PINENTRY_SLAVE= -qt3
-WITH_QT3= yes
+PORT_OPTIONS+= QT3
MASTERDIR= ${.CURDIR}/../pinentry