diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2009-06-24 08:25:55 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-06-24 08:25:55 +0000 |
commit | ac1b0c5c742a0255e3f1fdb368e6e188e264000c (patch) | |
tree | 776aa0afd82012d9db8dcbda92d152f03638213b /security/pinentry-gtk2 | |
parent | 46c33b2f1191086a09a28577442845c5da059546 (diff) | |
download | ports-ac1b0c5c742a0255e3f1fdb368e6e188e264000c.tar.gz ports-ac1b0c5c742a0255e3f1fdb368e6e188e264000c.zip |
Notes
Diffstat (limited to 'security/pinentry-gtk2')
-rw-r--r-- | security/pinentry-gtk2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/pinentry-gtk2/Makefile b/security/pinentry-gtk2/Makefile index e7614fd8ccb4..0f8d108af408 100644 --- a/security/pinentry-gtk2/Makefile +++ b/security/pinentry-gtk2/Makefile @@ -11,9 +11,8 @@ COMMENT= GTK+ 2.0 version of the GnuPG password dialog CONFLICTS= pinentry-[0-9]* -PINENTRY_GTK2= yes - -PKGNAMESUFFIX= -gtk2 +PINENTRY_SLAVE= -gtk2 +WITH_GTK2= yes MASTERDIR= ${.CURDIR}/../pinentry |