diff options
Diffstat (limited to 'cad/mars')
| -rw-r--r-- | cad/mars/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/mars/Makefile b/cad/mars/Makefile index ef9acee24060..276cea59f2f6 100644 --- a/cad/mars/Makefile +++ b/cad/mars/Makefile @@ -21,7 +21,7 @@ NO_WRKSUBDIR= yes EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} .if defined(HAVE_MOTIF) && !defined(PACKAGE_BUILDING) MAKEFILE= Makefile.XMotif -.elif defined(WITH_X) && (${WITH_X} == NO || ${WITH_X} == no) +.elif defined(WITHOUT_X11) MAKEFILE= Makefile.NoX .else USE_XLIB= yes |
