From 6c81317026ef38042613dc498bf7149f52de68c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Sun, 27 Aug 2023 15:22:57 +0000 Subject: [PATCH] Add perl as a dependency for git. --- ports/git/git.port | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/ports/git/git.port b/ports/git/git.port index f87d6539..51c31de6 100644 --- a/ports/git/git.port +++ b/ports/git/git.port @@ -1,5 +1,5 @@ NAME=git -BUILD_LIBRARIES='libiconv libz libcurl? libexpat? libintl? libpcre? libssl?' +BUILD_LIBRARIES='libiconv libz perl libcurl? libexpat? libintl? libpcre? libssl?' VERSION=2.14.3 DISTNAME=$NAME-$VERSION COMPRESSION=tar.xz @@ -16,7 +16,4 @@ CONFIGURE_VARS='ac_cv_fread_reads_directories=no ac_cv_snprintf_returns_bogus=no # that likes to colorize even when the output device is a pipe, which # causes trouble here. You can safely remove this sortie has learned the # error of his ways. -# Perl is disabled because Sortix has no perl port at the moment and I'm not -# confident it cross-compiles properly. It also installs stuff into /usr/local -# when prefix is empty and not sure how that happens. -MAKE_VARS='V=1 MAKE=make NO_PERL=NoThanks' +MAKE_VARS='V=1 MAKE=make'