diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/pinentry-qt4/Makefile | 12 |
2 files changed, 0 insertions, 13 deletions
diff --git a/security/Makefile b/security/Makefile index 8cb05036d281..1653f7a01463 100644 --- a/security/Makefile +++ b/security/Makefile @@ -856,7 +856,6 @@ PORTREVISION= 1 SUBDIR += pinentry-fltk SUBDIR += pinentry-gnome3 SUBDIR += pinentry-gtk2 - SUBDIR += pinentry-qt4 SUBDIR += pinentry-qt5 SUBDIR += pinentry-tty SUBDIR += pixiewps diff --git a/security/pinentry-qt4/Makefile b/security/pinentry-qt4/Makefile deleted file mode 100644 index de012637cc15..000000000000 --- a/security/pinentry-qt4/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD$ - -PORTNAME= pinentry -PORTREVISION= 0 - -COMMENT= Qt 4 version of the GnuPG password dialog - -PINENTRY_GUI= qt4 - -MASTERDIR= ${.CURDIR}/../pinentry - -.include "${MASTERDIR}/Makefile" |