diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-04-29 04:52:18 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-04-30 08:03:20 +0000 |
commit | ca3f925d6eb53ff27e2a49775f6d33f52a587ae4 (patch) | |
tree | 8330d02f36a17f334c0d38f6741d0d042f6d6f38 /net-im/cawbird | |
parent | dc8bd44c128467d5b76d40478fa87da62d56d35d (diff) | |
download | ports-ca3f925d6eb53ff27e2a49775f6d33f52a587ae4.tar.gz ports-ca3f925d6eb53ff27e2a49775f6d33f52a587ae4.zip |
Diffstat (limited to 'net-im/cawbird')
-rw-r--r-- | net-im/cawbird/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/cawbird/Makefile b/net-im/cawbird/Makefile index e07e44f9f1fe..e2e0218a04eb 100644 --- a/net-im/cawbird/Makefile +++ b/net-im/cawbird/Makefile @@ -32,7 +32,7 @@ OPTIONS_DEFINE= SPELLCHECK VIDEO SPELLCHECK_LIB_DEPENDS= libgtkspell3-3.so:textproc/gtkspell3 SPELLCHECK_MESON_OFF= -Dspellcheck=false -VIDEO_LIB_DEPENDS= libgstvideo-1.0.so:multimedia/gstreamer1-plugins +VIDEO_USES= gstreamer VIDEO_MESON_OFF= -Dvideo=false .include <bsd.port.mk> |