- Exclude DBUS support from editors/emacs-nox11 so it builds without X11.

Thanks to swell.k@gmail.com for the fix.

PR:		ports/147103
Submitted by:	swell.k@gmail.com
Approved by:	pgj (mentor)
Feature safe:	yes
This commit is contained in:
Ashish SHUKLA 2010-06-22 07:48:38 +00:00
parent 34a875c8a3
commit da6797116b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256821

View File

@ -5,10 +5,12 @@
# $FreeBSD$
#
WITHOUT_X11= yes
_OPTIONS_OK= yes
WITHOUT_DBUS= yes
WITHOUT_X11= yes
PKGNAMESUFFIX= -nox11
MASTERDIR= ${.CURDIR}/../emacs
MASTERDIR= ${.CURDIR}/../emacs
LATEST_LINK= emacs-nox11
.include "${MASTERDIR}/Makefile"