diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-07-28 20:54:58 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-07-28 20:56:16 +0000 |
commit | ef29a96b2b94c47b5d8a4e808801527671855802 (patch) | |
tree | 0a948c31bcc58fc3bacef0ddb4d88b91bb12aed7 | |
parent | efa99ad26ff0df8ba6624d61c0c7375285fff6f9 (diff) | |
download | ports-ef29a96b2b94c47b5d8a4e808801527671855802.tar.gz ports-ef29a96b2b94c47b5d8a4e808801527671855802.zip |
Fix INDEX build
Reported by: antoine
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | lang/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 85c256b9ffa1..ff945de1206f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4515,6 +4515,7 @@ SUBDIR += py-btest SUBDIR += py-build SUBDIR += py-buildbot + SUBDIR += py-buildbot-badges SUBDIR += py-buildbot-console-view SUBDIR += py-buildbot-grid-view SUBDIR += py-buildbot-pkg diff --git a/lang/Makefile b/lang/Makefile index 7d655bde10ca..e6e8d28a4eb1 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -281,6 +281,7 @@ SUBDIR += php83 SUBDIR += php83-extensions SUBDIR += php84 + SUBDIR += php84-extensions SUBDIR += picoc SUBDIR += picolisp SUBDIR += pkl |