diff options
author | kris <kris@FreeBSD.org> | 2006-01-24 10:39:33 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-01-24 10:39:33 +0800 |
commit | 71bff6c87d8523a9a9e2a8735c05a81337eedc44 (patch) | |
tree | 6687b4525a75ebfa56af84e473d1bdf4e63f2274 /editors | |
parent | d4beaba93e013bb9202166e645fe9461c200bbfe (diff) | |
download | freebsd-ports-gnome-71bff6c87d8523a9a9e2a8735c05a81337eedc44.tar.gz freebsd-ports-gnome-71bff6c87d8523a9a9e2a8735c05a81337eedc44.tar.zst freebsd-ports-gnome-71bff6c87d8523a9a9e2a8735c05a81337eedc44.zip |
BROKEN with WITHOUT_X11: Configure fails without X support
Diffstat (limited to 'editors')
-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}" |