From 28c2b31d4d537f1f53d05e0668e1397b696c4f1a Mon Sep 17 00:00:00 2001 From: adamw Date: Mon, 21 Jul 2014 17:47:52 +0000 Subject: Remove some instances of WITHOUT_X11 and use an X11 OPTION instead. --- emulators/mtools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emulators/mtools') diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile index 61a68ccf942a..dc284b9ddd2e 100644 --- a/emulators/mtools/Makefile +++ b/emulators/mtools/Makefile @@ -43,7 +43,7 @@ PLIST_SUB= X11="" .else CONFIGURE_ARGS+= --without-x PLIST_SUB= X11="@comment " -MAKE_ENV+= WITHOUT_X11=${WITHOUT_X11} +MAKE_ENV+= WITHOUT_X11=yes .endif post-patch: -- cgit