summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-06-05 11:38:35 +0000
committersobomax <sobomax@FreeBSD.org>2001-06-05 11:38:35 +0000
commit053fd210dfb21a6ab915fb493618c4b6c097ec06 (patch)
treece1effe547ea71762f28c9ca1843326696099a34 /games
parenta89b2f073dc7dd991872fe5f4f9c8bf20341af75 (diff)
downloadFreeBSD-ports-053fd210dfb21a6ab915fb493618c4b6c097ec06.zip
FreeBSD-ports-053fd210dfb21a6ab915fb493618c4b6c097ec06.tar.gz
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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/qix/Makefile b/games/qix/Makefile
index fb81f2e..b533bdc 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
OpenPOWER on IntegriCloud