diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-05 11:38:35 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-05 11:38:35 +0000 |
commit | 400f4557f621dbddf5da9a9c3f672d54d04cd85a (patch) | |
tree | 62415c090168bbbce63fa6ac99b77ed4776e2edb /games/qix | |
parent | Fix typo in comment. (diff) |
Standartise the way used to disable X11 support in various ports. From now
on WITHOUT_X11 is the Only True Way[tm].
Notes
Notes:
svn path=/head/; revision=43523
Diffstat (limited to 'games/qix')
-rw-r--r-- | games/qix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/qix/Makefile b/games/qix/Makefile index fb81f2ef7e61..b533bdc19f16 100644 --- a/games/qix/Makefile +++ b/games/qix/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= jmz MAINTAINER= jmz@FreeBSD.org -.if defined(NO_X) +.if defined(WITHOUT_X11) MAKE_ARGS= NO_X11=yes .include <bsd.port.pre.mk> .else |