diff options
| author | Guido Falsi <madpilot@FreeBSD.org> | 2025-11-25 08:45:51 +0100 |
|---|---|---|
| committer | Guido Falsi <madpilot@FreeBSD.org> | 2025-11-25 08:45:51 +0100 |
| commit | 14befc22a972963c55d1166745c5086744cd1413 (patch) | |
| tree | 6415f76d8a7321cb822735bd5ce081f44064503c | |
| parent | editors/zed: Update to 0.213.7 (diff) | |
net/unison240: Fix packaging
I removed `OPTIONS_DEFINE` in the last update by mistake
Reported by: fallout
Fixes: ba72838fff3e7fa001d247aa5409e889a7c864c3
MFH: 2025Q4
| -rw-r--r-- | net/unison240/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/unison240/Makefile b/net/unison240/Makefile index 6c710c9b2677..dcd1f225dca3 100644 --- a/net/unison240/Makefile +++ b/net/unison240/Makefile @@ -56,6 +56,8 @@ USES+= gettext-runtime gnome PLIST_SUB+= X11="" .endif +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> .if ${ARCH} == powerpc |
