summaryrefslogtreecommitdiffstats
path: root/emulators
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 /emulators
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 'emulators')
-rw-r--r--emulators/mtools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile
index 700c350..93adc15 100644
--- a/emulators/mtools/Makefile
+++ b/emulators/mtools/Makefile
@@ -19,7 +19,7 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= jmz@FreeBSD.org
GNU_CONFIGURE= yes
-.if !defined(NO_X)
+.if !defined(WITHOUT_X11)
USE_XLIB= yes
CONFIGURE_ARGS= --enable-xdf --enable-floppyd
PLIST_SUB= WITH_X11=""
@@ -36,7 +36,7 @@ MAN1= mattrib.1 mbadblocks.1 mcat.1 mcd.1 mcopy.1 mdel.1 mdeltree.1 \
mtoolstest.1 mtools.1 mtype.1 mzip.1
MAN5= mtools.5
-.if !defined(NO_X)
+.if !defined(WITHOUT_X11)
MAN1+= floppyd.1 floppyd_installtest.1
.endif
OpenPOWER on IntegriCloud