Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Nov 2019 09:32:32 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518086 - head/security/gnupg
Message-ID:  <201911210932.xAL9WWIN088274@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Thu Nov 21 09:32:32 2019
New Revision: 518086
URL: https://svnweb.freebsd.org/changeset/ports/518086

Log:
  security/gnupg: fix build, texinfo is required for man pages too

Modified:
  head/security/gnupg/Makefile

Modified: head/security/gnupg/Makefile
==============================================================================
--- head/security/gnupg/Makefile	Thu Nov 21 09:15:20 2019	(r518085)
+++ head/security/gnupg/Makefile	Thu Nov 21 09:32:32 2019	(r518086)
@@ -20,7 +20,8 @@ LIB_DEPENDS=	libassuan.so:security/libassuan \
 		libksba.so:security/libksba \
 		libnpth.so:devel/npth
 BUILD_DEPENDS=	libassuan>=2.5.1:security/libassuan \
-		libgpg-error>=1.16:security/libgpg-error
+		libgpg-error>=1.16:security/libgpg-error \
+		makeinfo:print/texinfo
 RUN_DEPENDS=	pinentry:security/pinentry
 
 USES=		compiler:c11 cpe gmake iconv pkgconfig readline sqlite tar:bzip2
@@ -44,8 +45,6 @@ LDAP_DESC=	LDAP keyserver interface
 SCDAEMON_DESC=	Enable Smartcard daemon (with libusb)
 SUID_GPG_DESC=	Install GPG with suid
 WKS_SERVER_DESC=Install the Web Key Service server
-
-DOCS_BUILD_DEPENDS=	makeinfo:print/texinfo
 
 GNUTLS_CONFIGURE_ENABLE=gnutls
 GNUTLS_LIB_DEPENDS=	libgnutls.so:security/gnutls



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911210932.xAL9WWIN088274>