From 572a4c993a6b6b0c4ceff399a3ea1cfacb2545a9 Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Sun, 4 Jul 1999 03:28:44 +0000 Subject: Bring over the NO_X11 changes from emacs20. (define NO_X11 to build without an X dependancy) --- editors/emacs19/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'editors/emacs19') diff --git a/editors/emacs19/Makefile b/editors/emacs19/Makefile index 5e3ef7f9bc72..75a22fa070dc 100644 --- a/editors/emacs19/Makefile +++ b/editors/emacs19/Makefile @@ -3,7 +3,7 @@ # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.38 1999/03/11 21:47:10 scrappy Exp $ +# $Id: Makefile,v 1.39 1999/06/05 22:29:14 mharo Exp $ # DISTNAME= emacs-19.34b @@ -21,9 +21,13 @@ PLIST_SUB= EMACS_VERSION=${EMACS_VERSION} EMACS_ARCH=${CONFIGURE_TARGET} NO_LATEST_LINK= yes WRKSRC= ${WRKDIR}/emacs-19.34 GNU_CONFIGURE= yes -USE_XLIB= yes USE_GMAKE= yes +.if !defined(NO_X11) CONFIGURE_ARGS= --with-x-toolkit --sharedstatedir=/var/run +USE_XLIB= yes +.else +CONFIGURE_ARGS= --with-x=no --sharedstatedir=/var/run +.endif STRIP= MAN1= emacs.1 etags.1 ctags.1 -- cgit v1.2.3