From 877b8a533b44bb6324ebbaf65cd80a60d1572003 Mon Sep 17 00:00:00 2001 From: Jeremy Lea Date: Mon, 17 Apr 2000 00:18:05 +0000 Subject: Standardize all user defined options to the booleans WITH_FOO and WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports --- editors/emacs19/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/emacs19') diff --git a/editors/emacs19/Makefile b/editors/emacs19/Makefile index fd21bc2971ae..2aa74d63a907 100644 --- a/editors/emacs19/Makefile +++ b/editors/emacs19/Makefile @@ -22,7 +22,7 @@ NO_LATEST_LINK= yes WRKSRC= ${WRKDIR}/emacs-19.34 GNU_CONFIGURE= yes USE_GMAKE= yes -.if !defined(NO_X11) +.if !defined(WITHOUT_X11) CONFIGURE_ARGS= --with-x-toolkit --sharedstatedir=/var/run USE_XLIB= yes .else -- cgit v1.2.3