summaryrefslogtreecommitdiff
path: root/editors/gnuserv
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-01-24 02:39:33 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-01-24 02:39:33 +0000
commit14d7d12a05fa0b4f5cd58f7da09f9cddefafb96f (patch)
treecc491c04b8948ea116c3f7f780e365466f71c70f /editors/gnuserv
parentBROKEN when WITHOUT_X11: Broken dependency (diff)
BROKEN with WITHOUT_X11: Configure fails without X support
Notes
Notes: svn path=/head/; revision=154307
Diffstat (limited to 'editors/gnuserv')
-rw-r--r--editors/gnuserv/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/gnuserv/Makefile b/editors/gnuserv/Makefile
index 1b77afbf56fc..23637f3ca6b2 100644
--- a/editors/gnuserv/Makefile
+++ b/editors/gnuserv/Makefile
@@ -21,6 +21,10 @@ BINSUFFIX?= -emacs
EMACS_PORT_NAME?=emacs21
+.if defined(WITHOUT_X11)
+BROKEN= Configure fails without X support
+.endif
+
# configure --program-suffix doesn't work somehow
MAKE_ARGS= binsuffix="${BINSUFFIX}"