aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2010-05-24 20:03:23 +0800
committerkeramida <keramida@FreeBSD.org>2010-05-24 20:03:23 +0800
commitede545cff1a64f2f2ee69a1d2b68994e47829ba9 (patch)
tree12f695a83e748d29bc6ee646f5647081c229996e /editors
parent1e26547d42291648df5cf8302602faa5168bd1db (diff)
downloadfreebsd-ports-gnome-ede545cff1a64f2f2ee69a1d2b68994e47829ba9.tar.gz
freebsd-ports-gnome-ede545cff1a64f2f2ee69a1d2b68994e47829ba9.tar.zst
freebsd-ports-gnome-ede545cff1a64f2f2ee69a1d2b68994e47829ba9.zip
Revert revision 1.3 it breaks "make -V PKGNAME" (possibly others too)
The check for WITH_DBUS && WITHOUT_X11 can be done in the Makefile of the master port. It doesn't really help to have the same check repeated in all the slave ports. Updating multiple places is actually worse.
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs-nox11/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/editors/emacs-nox11/Makefile b/editors/emacs-nox11/Makefile
index c4bcf5d55c02..c789e2f6b7c3 100644
--- a/editors/emacs-nox11/Makefile
+++ b/editors/emacs-nox11/Makefile
@@ -11,8 +11,4 @@ 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"