diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-03-04 08:42:54 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-03-04 09:04:22 -0800 |
commit | 5308e84ce768e98ae44f7b4c952d64804a416af9 (patch) | |
tree | bf40bc1fdfdd200eaf57428ab4344652ac900c59 /math | |
parent | 14d3a9ad5c84b430a10ce3a40dd0572851d9f285 (diff) | |
download | freebsd-ports-5308e84ce768e98ae44f7b4c952d64804a416af9.zip |
math/gap: Attempt to fix for autoconf problems
Suggested by: tijl@FreeBSD.org
Diffstat (limited to 'math')
-rw-r--r-- | math/gap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gap/Makefile b/math/gap/Makefile index f13ac5ffda43..b9bdd9d2bada 100644 --- a/math/gap/Makefile +++ b/math/gap/Makefile @@ -20,7 +20,7 @@ USES= gmake libtool localbase perl5 readline shebangfix USE_PERL5= run USE_LDCONFIG= yes -SHEBANG_FILES= . +SHEBANG_FILES= . -not -name '*.ac' -not -name '*.am' -not -name '*.m4' GNU_CONFIGURE= yes |