aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2024-07-01 03:27:46 +0000
committerCy Schubert <cy@FreeBSD.org>2024-07-01 03:27:46 +0000
commit013f956ddb6837deb4948d1ab474183c371677b9 (patch)
tree1afdcede88d5d41e6cf94eff483942218b082436
parentbe69018e3841fad2d6001b8a4c878676253550af (diff)
security/libgcrypt: Improve legibility
PR: 279904 Submitted by: dizzy (part of a larger patch)
-rw-r--r--security/libgcrypt/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile
index 377df3cc5db7..7739a7281dbc 100644
--- a/security/libgcrypt/Makefile
+++ b/security/libgcrypt/Makefile
@@ -16,17 +16,20 @@ RUN_DEPENDS= libgpg-error>=1.32:security/libgpg-error
USES= cpe libtool pathfix tar:bzip2
CPE_VENDOR= gnupg
-GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
-CONFIGURE_ARGS= --disable-drng-support
-CONFIGURE_TARGET=${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL}
USE_LDCONFIG= yes
+
+GNU_CONFIGURE= yes
+
TEST_TARGET= check
DOCS= AUTHORS ChangeLog ChangeLog-2011 INSTALL NEWS THANKS TODO \
doc/HACKING doc/README.apichanges
PORTDOCS= *
+CONFIGURE_ARGS= --disable-drng-support
+CONFIGURE_TARGET=${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL}
+
OPTIONS_DEFINE= DOCS INFO STATIC
OPTIONS_DEFAULT= DOCS INFO STATIC
OPTIONS_SUB= yes