diff options
author | ashish <ashish@FreeBSD.org> | 2010-06-22 15:48:38 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2010-06-22 15:48:38 +0800 |
commit | 205c60492dfaaa2150fff8902b6d0422c9c3d690 (patch) | |
tree | 0ff20346254dd7dc60ffbdaba850ad589b9fb275 | |
parent | d080793015124f6bfe374a141764959c3bd9714f (diff) | |
download | freebsd-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/Makefile | 6 |
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" |