aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorashish <ashish@FreeBSD.org>2010-06-22 15:48:38 +0800
committerashish <ashish@FreeBSD.org>2010-06-22 15:48:38 +0800
commit205c60492dfaaa2150fff8902b6d0422c9c3d690 (patch)
tree0ff20346254dd7dc60ffbdaba850ad589b9fb275
parentd080793015124f6bfe374a141764959c3bd9714f (diff)
downloadfreebsd-ports-gnome-205c60492dfaaa2150fff8902b6d0422c9c3d690.tar.gz
freebsd-ports-gnome-205c60492dfaaa2150fff8902b6d0422c9c3d690.tar.zst
freebsd-ports-gnome-205c60492dfaaa2150fff8902b6d0422c9c3d690.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
-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"