diff options
Diffstat (limited to 'security/pinentry-gtk/Makefile')
-rw-r--r-- | security/pinentry-gtk/Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/security/pinentry-gtk/Makefile b/security/pinentry-gtk/Makefile deleted file mode 100644 index c2468de127f5..000000000000 --- a/security/pinentry-gtk/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# Created by: Michael Nottebrock <lofi@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= pinentry -PORTREVISION= 1 - -COMMENT= GTK version of the gnupg password dialog - -CONFLICTS_INSTALL= pinentry-[0-9]* pinentry-curses-* \ - pinentry-gtk2-* pinentry-qt-* pinentry-qt4-* - -PINENTRY_SLAVE= -gtk -PORT_OPTIONS+= GTK - -MASTERDIR= ${.CURDIR}/../pinentry - -.include "${MASTERDIR}/Makefile" |