diff options
Diffstat (limited to 'security/gnupg/Makefile')
-rw-r--r-- | security/gnupg/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 55bda0f..8b61ef9 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnupg -PORTVERSION= 1.4.4 +PORTVERSION= 1.4.5 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gnupg @@ -35,6 +35,11 @@ MAN1= gpg.1 gpgv.1 gpg.ru.1 MAN7= gnupg.7 INFO= gpg gpgv +OPTIONS= LDAP "LDAP keyserver interface" off \ + LIBICONV "use libiconv" off \ + SUID_GPG "install GPG with suid" off \ + NOPORTDOCS "without port docs" off + .include <bsd.port.pre.mk> .if defined(WITH_LIBICONV) || exists(${PREFIX}/lib/libiconv.so) |