Date: Tue, 23 Jan 2024 11:24:07 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 88e112a3e4c8 - main - security/{libp11,pkcs11-helper}: Only use gmake if DOXYGEN is set. Message-ID: <202401231124.40NBO7DY030315@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=88e112a3e4c86c62ef8b6a37e692782147bfb092 commit 88e112a3e4c86c62ef8b6a37e692782147bfb092 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2024-01-23 11:22:41 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-01-23 11:23:30 +0000 security/{libp11,pkcs11-helper}: Only use gmake if DOXYGEN is set. Sponsored by: Serenity Cybersecurity, LLC --- security/libp11/Makefile | 3 ++- security/pkcs11-helper/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/security/libp11/Makefile b/security/libp11/Makefile index 85feaa11fc93..355b3fb48510 100644 --- a/security/libp11/Makefile +++ b/security/libp11/Makefile @@ -12,7 +12,7 @@ LICENSE= LGPL21 LIB_DEPENDS= libltdl.so:devel/libltdl -USES= autoreconf cpe gmake libtool pkgconfig ssl +USES= autoreconf cpe libtool pkgconfig ssl CPE_VENDOR= opensc_project CPE_PRODUCT= opensc @@ -20,6 +20,7 @@ OPTIONS_DEFINE= DOCS DOXYGEN EXAMPLES DOXYGEN_CONFIGURE_ENABLE= api-doc DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen +DOXYGEN_USES= gmake DOXYGEN_IMPLIES= DOCS USE_GITHUB= yes diff --git a/security/pkcs11-helper/Makefile b/security/pkcs11-helper/Makefile index e189f1ad5937..f328d8b9b1b7 100644 --- a/security/pkcs11-helper/Makefile +++ b/security/pkcs11-helper/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/COPYING.BSD LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING.GPL GNU_CONFIGURE= yes -USES= gmake libtool:keepla pathfix pkgconfig tar:bzip2 ssl +USES= libtool:keepla pathfix pkgconfig tar:bzip2 ssl USE_LDCONFIG= yes CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ @@ -33,6 +33,7 @@ OPTIONS_DEFINE= DOCS DOXYGEN DOXYGEN_CONFIGURE_ENABLE= doc DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen +DOXYGEN_USES= gmake DOXYGEN_IMPLIES= DOCS PORTDOCS= *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401231124.40NBO7DY030315>