diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-08-15 01:22:46 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-08-15 01:24:01 -0700 |
commit | 1905bd032f4a1592bd463b6e4161fda646426c05 (patch) | |
tree | ca9f1bfcb17a907260270b09e8d286112022dc56 | |
parent | print/hplip: fix fax/filters/cdmfax/jetlib.cpp with llvm16 (diff) |
math/gap: Attempt to fix the intermittent failure due to missing automake-1.16
Reported by: fallout
-rw-r--r-- | math/gap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/gap/Makefile b/math/gap/Makefile index c9e6929e054d..8ea4f7288db3 100644 --- a/math/gap/Makefile +++ b/math/gap/Makefile @@ -10,6 +10,7 @@ WWW= https://www.gap-system.org/ LICENSE= GPLv2+ BUILD_DEPENDS= bash:shells/bash +BUILD_DEPENDS+= automake:devel/automake # attempt to fix the intermittent failure: WARNING: 'automake-1.16' is missing on your system. LIB_DEPENDS= libgmp.so:math/gmp USES= gmake libtool localbase perl5 readline shebangfix |