aboutsummaryrefslogtreecommitdiff
path: root/editors/emacs-nox11/Makefile
diff options
context:
space:
mode:
authorGiorgos Keramidas <keramida@FreeBSD.org>2010-05-21 19:49:46 +0000
committerGiorgos Keramidas <keramida@FreeBSD.org>2010-05-21 19:49:46 +0000
commitf22fa4fe9ba4d293bed86104df0107dafb254134 (patch)
tree84cdf458127b0eab5a0e97e83ba6d18a613cc3f7 /editors/emacs-nox11/Makefile
parent27c6bd4211c7505c293711c2b9d15c27b0aba594 (diff)
downloadports-f22fa4fe9ba4d293bed86104df0107dafb254134.tar.gz
ports-f22fa4fe9ba4d293bed86104df0107dafb254134.zip
When dbus is already installed on FreeBSD 6.X emacs-nox11 may
pick it up as a dependency and fail to link with the proper threading libraries too. Approved by: Ashish SHUKLA <wahjava@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=254745
Diffstat (limited to 'editors/emacs-nox11/Makefile')
-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"