aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2010-06-22 07:48:38 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2010-06-22 07:48:38 +0000
commitda6797116b173722a80ca978860fa2bb3ec525f7 (patch)
tree4acc9f31a2a7fc3ed819686c3b4a4bbf41d46b81 /editors
parent34a875c8a3aa8bd02b2b542171c12aa78ab31a01 (diff)
downloadports-da6797116b173722a80ca978860fa2bb3ec525f7.tar.gz
ports-da6797116b173722a80ca978860fa2bb3ec525f7.zip
- 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
Notes
Notes: svn path=/head/; revision=256821
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs-nox11/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/emacs-nox11/Makefile b/editors/emacs-nox11/Makefile
index c789e2f6b7c3..36bc31896eb5 100644
--- a/editors/emacs-nox11/Makefile
+++ b/editors/emacs-nox11/Makefile
@@ -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"