aboutsummaryrefslogtreecommitdiffstats
path: root/editors/emacs-nox11/Makefile
blob: c4bcf5d55c02b495c03a14cd77233e177b3ed08f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Ports collection makefile for:  emacs-devel
# Date created:           Sep 07 2008
# Whom:               phoffman@proper.com
#
# $FreeBSD$
#

WITHOUT_X11=    yes
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"