diff options
author | keramida <keramida@FreeBSD.org> | 2010-05-24 20:03:23 +0800 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2010-05-24 20:03:23 +0800 |
commit | ede545cff1a64f2f2ee69a1d2b68994e47829ba9 (patch) | |
tree | 12f695a83e748d29bc6ee646f5647081c229996e /editors | |
parent | 1e26547d42291648df5cf8302602faa5168bd1db (diff) | |
download | freebsd-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/Makefile | 4 |
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" |