diff options
-rw-r--r-- | editors/emacs-nox11/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/editors/emacs-nox11/Makefile b/editors/emacs-nox11/Makefile index c4bcf5d55c02..c789e2f6b7c3 100644 --- a/editors/emacs-nox11/Makefile +++ b/editors/emacs-nox11/Makefile @@ -11,8 +11,4 @@ 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" |