diff options
author | Giorgos Keramidas <keramida@FreeBSD.org> | 2010-05-21 19:49:46 +0000 |
---|---|---|
committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2010-05-21 19:49:46 +0000 |
commit | f22fa4fe9ba4d293bed86104df0107dafb254134 (patch) | |
tree | 84cdf458127b0eab5a0e97e83ba6d18a613cc3f7 /editors/emacs-nox11 | |
parent | 27c6bd4211c7505c293711c2b9d15c27b0aba594 (diff) | |
download | ports-f22fa4fe9ba4d293bed86104df0107dafb254134.tar.gz ports-f22fa4fe9ba4d293bed86104df0107dafb254134.zip |
Notes
Diffstat (limited to 'editors/emacs-nox11')
-rw-r--r-- | editors/emacs-nox11/Makefile | 4 |
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" |