diff options
author | makc <makc@FreeBSD.org> | 2009-06-24 16:25:55 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-06-24 16:25:55 +0800 |
commit | ec1d25f09f3befd4081336d3a624de2feb1377c6 (patch) | |
tree | 97db3f4e4306bbf3f8215f5949f673767c61a9ae /security/pinentry-qt | |
parent | 81858ee668e4a5e7e690a8eaf5eef84aebbce6df (diff) | |
download | freebsd-ports-gnome-ec1d25f09f3befd4081336d3a624de2feb1377c6.tar.gz freebsd-ports-gnome-ec1d25f09f3befd4081336d3a624de2feb1377c6.tar.zst freebsd-ports-gnome-ec1d25f09f3befd4081336d3a624de2feb1377c6.zip |
Update to 0.7.6
Add new frontend: pinentry-qt4
Diffstat (limited to 'security/pinentry-qt')
-rw-r--r-- | security/pinentry-qt/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/pinentry-qt/Makefile b/security/pinentry-qt/Makefile index 907eeedc93e0..ca0ebc3f0e40 100644 --- a/security/pinentry-qt/Makefile +++ b/security/pinentry-qt/Makefile @@ -7,13 +7,12 @@ PORTNAME= pinentry -COMMENT= QT version of the gnupg password dialog +COMMENT= QT3 version of the gnupg password dialog CONFLICTS= pinentry-[0-9]* -PINENTRY_QT= yes - -PKGNAMESUFFIX= -qt +PINENTRY_SLAVE= -qt3 +WITH_QT3= yes MASTERDIR= ${.CURDIR}/../pinentry |