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)
This commit is contained in:
Giorgos Keramidas 2010-05-21 19:49:46 +00:00
parent 27c6bd4211
commit f22fa4fe9b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254745

View file

@ -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"