diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-06-14 12:26:26 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-06-14 12:26:26 +0000 |
commit | 91c13798c7d0b0812ed141c5469fefc0174b255b (patch) | |
tree | fa629e44ba7026d7c93b90afcbdfd4caf29af75a /security/pinentry/Makefile | |
parent | 16af71f8501d50b4b0dcc16915285545b2470e98 (diff) | |
download | ports-91c13798c7d0b0812ed141c5469fefc0174b255b.tar.gz ports-91c13798c7d0b0812ed141c5469fefc0174b255b.zip |
Notes
Diffstat (limited to 'security/pinentry/Makefile')
-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="" |