diff options
-rw-r--r-- | security/pinentry/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile index 97e1a0b54950..f8049d4601a8 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -7,7 +7,7 @@ PORTNAME= pinentry PORTVERSION= 0.8.0 -PORTREVISION= 1 +PORTREVISION?= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= pinentry @@ -41,6 +41,10 @@ PKGNAMESUFFIX= ${PINENTRY_SLAVE} .include <bsd.port.options.mk> +.if !(defined(WITH_NCURSES) || defined(WITH_GTK) || defined(WITH_GTK2) || defined(WITH_QT3) || defined(WITH_QT4)) +IGNORE= requires at least one frontend. Please rerun 'make config' +.endif + .if defined(WITH_QT3) USE_QT_VER= 3 PLIST_SUB+= WITH_QT3="" |