diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-06-05 19:38:35 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-06-05 19:38:35 +0800 |
commit | 053fd210dfb21a6ab915fb493618c4b6c097ec06 (patch) | |
tree | ce1effe547ea71762f28c9ca1843326696099a34 /games | |
parent | a89b2f073dc7dd991872fe5f4f9c8bf20341af75 (diff) | |
download | freebsd-ports-gnome-053fd210dfb21a6ab915fb493618c4b6c097ec06.tar.gz freebsd-ports-gnome-053fd210dfb21a6ab915fb493618c4b6c097ec06.tar.zst freebsd-ports-gnome-053fd210dfb21a6ab915fb493618c4b6c097ec06.zip |
Standartise the way used to disable X11 support in various ports. From now
on WITHOUT_X11 is the Only True Way[tm].
Diffstat (limited to 'games')
-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 |