diff options
author | Serhii (Sergey) Kozlov <skozlov@FreeBSD.org> | 2025-07-06 22:52:00 +0000 |
---|---|---|
committer | Serhii (Sergey) Kozlov <skozlov@FreeBSD.org> | 2025-07-06 23:03:52 +0000 |
commit | bd4004d39eaadf5b89b20894a16c1d00ee2cee67 (patch) | |
tree | cf0afaef412f476d548e724883135eada61380ec | |
parent | mail/mailpit: Update to 1.27.1 (diff) |
www/imaginary: fix build
- Add the new port to www/Makefile
- Explicitly depend on pkgconf, which is needed for build
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/imaginary/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index bb77ebe18f87..d3b8dcdd1b42 100644 --- a/www/Makefile +++ b/www/Makefile @@ -281,6 +281,7 @@ SUBDIR += igal2 SUBDIR += ikiwiki SUBDIR += ilias + SUBDIR += imaginary SUBDIR += iridium SUBDIR += janus SUBDIR += jericho-html diff --git a/www/imaginary/Makefile b/www/imaginary/Makefile index 6e89bfcb1ed7..932933daa205 100644 --- a/www/imaginary/Makefile +++ b/www/imaginary/Makefile @@ -9,7 +9,7 @@ WWW= https://github.com/h2non/imaginary LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= gettext-runtime gnome go:modules +USES= gettext-runtime gnome go:modules pkgconfig USE_RC_SUBR= ${PORTNAME} USE_GNOME= glib20 |