diff options
author | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-08-17 06:17:15 +0900 |
---|---|---|
committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-08-17 06:19:43 +0900 |
commit | d29ff614596e2403ca6c01e269784a06a6d9029d (patch) | |
tree | ae7d1f198c3cb4d5350efdd498c1dcae461a4eb3 | |
parent | devel/jjui: hook to build (diff) |
www/chawan: hook to build
PR: 288598
Reported by: antoine (via ports-committers)
Fixes: 4a0169a0f3f9 (www/chawan: new port: A text-mode web browser and pager)
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 917c626d1bbb..5c394f667fee 100644 --- a/www/Makefile +++ b/www/Makefile @@ -102,6 +102,7 @@ SUBDIR += cgi-lib.pl SUBDIR += cgicc SUBDIR += cgiwrap + SUBDIR += chawan SUBDIR += checkbot SUBDIR += chisel SUBDIR += chpasswd |