From 69cc658036a42f9808950f186fe2ee21d8d16668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Sun, 27 Aug 2023 16:40:47 +0000 Subject: [PATCH] Move perl from git's BUILD_LIBRARIES to RUNTIME_PROGRAMS. While RUNTIME_PROGRAMS currently does nothing, BUILD_LIBRARIES is not correct for dependencies that are required at runtime. As git built with perl support is still able to run without perl, just with limitations, mark perl as an optional dependency as well. --- ports/git/git.port | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ports/git/git.port b/ports/git/git.port index 51c31de6..58d473aa 100644 --- a/ports/git/git.port +++ b/ports/git/git.port @@ -1,5 +1,6 @@ NAME=git -BUILD_LIBRARIES='libiconv libz perl libcurl? libexpat? libintl? libpcre? libssl?' +BUILD_LIBRARIES='libiconv libz libcurl? libexpat? libintl? libpcre? libssl?' +RUNTIME_PROGRAMS='perl?' VERSION=2.14.3 DISTNAME=$NAME-$VERSION COMPRESSION=tar.xz