diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-01-24 02:39:33 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-01-24 02:39:33 +0000 |
commit | 14d7d12a05fa0b4f5cd58f7da09f9cddefafb96f (patch) | |
tree | cc491c04b8948ea116c3f7f780e365466f71c70f /editors/gnuserv | |
parent | 9182ebb0b0db50138e48e35b19eb0c66fdc1e6a5 (diff) | |
download | ports-14d7d12a05fa0b4f5cd58f7da09f9cddefafb96f.tar.gz ports-14d7d12a05fa0b4f5cd58f7da09f9cddefafb96f.zip |
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/Makefile | 4 |
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}" |