diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-04-17 00:18:05 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-04-17 00:18:05 +0000 |
commit | 877b8a533b44bb6324ebbaf65cd80a60d1572003 (patch) | |
tree | e1a018208ceade04ca56a70c5184978cac51853e /cad/mars | |
parent | d12f14432cc492205cefb505a3c1320dd0f4e31a (diff) | |
download | ports-877b8a533b44bb6324ebbaf65cd80a60d1572003.tar.gz ports-877b8a533b44bb6324ebbaf65cd80a60d1572003.zip |
Notes
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 |