diff options
Diffstat (limited to 'editors/elvis')
-rw-r--r-- | editors/elvis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/elvis/Makefile b/editors/elvis/Makefile index 16a0dc773b77..949b2ef16bf6 100644 --- a/editors/elvis/Makefile +++ b/editors/elvis/Makefile @@ -20,13 +20,13 @@ CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/elvis MAN1= elvis.1 elvtags.1 ref.1 # Support building on systems with or without X11 installed. -.if defined(NO_X11) +.if defined(WITHOUT_X11) CONFIGURE_ARGS+= --with-x=no .else USE_XLIB= yes pre-fetch: - @${ECHO_MSG} "To build this port without X11, define \"NO_X11\"." + @${ECHO_MSG} "To build this port without X11, define \"WITHOUT_X11\"." .endif pre-configure: |