aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--editors/emacs-nox11/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/emacs-nox11/Makefile b/editors/emacs-nox11/Makefile
index c789e2f6b7c3..c4bcf5d55c02 100644
--- a/editors/emacs-nox11/Makefile
+++ b/editors/emacs-nox11/Makefile
@@ -11,4 +11,8 @@ PKGNAMESUFFIX= -nox11
MASTERDIR= ${.CURDIR}/../emacs
LATEST_LINK= emacs-nox11
+.if ${OSVERSION} < 700000 && defined(WITH_DBUS)
+BROKEN= Does not currently build with dbus support
+.endif
+
.include "${MASTERDIR}/Makefile"