From 400f4557f621dbddf5da9a9c3f672d54d04cd85a Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Tue, 5 Jun 2001 11:38:35 +0000 Subject: Standartise the way used to disable X11 support in various ports. From now on WITHOUT_X11 is the Only True Way[tm]. --- devel/t1lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/t1lib') diff --git a/devel/t1lib/Makefile b/devel/t1lib/Makefile index 7955bbfbcbcb..3b73679618d8 100644 --- a/devel/t1lib/Makefile +++ b/devel/t1lib/Makefile @@ -18,7 +18,7 @@ MAINTAINER= ijliao@FreeBSD.org USE_LIBTOOL= yes GNU_CONFIGURE= yes -.if !defined(WITHOUT_X) +.if !defined(WITHOUT_X11) USE_XLIB= yes CONFIGURE_ARGS+= --with-x .else -- cgit v1.2.3