From 053fd210dfb21a6ab915fb493618c4b6c097ec06 Mon Sep 17 00:00:00 2001 From: sobomax 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]. --- lang/tclX/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/tclX') diff --git a/lang/tclX/Makefile b/lang/tclX/Makefile index 0958ce6..5143e93 100644 --- a/lang/tclX/Makefile +++ b/lang/tclX/Makefile @@ -14,7 +14,7 @@ DISTNAME= tclX8.2.0 MAINTAINER= mi@aldan.algebra.com -.ifdef NO_X +.ifdef WITHOUT_X11 LIB_DEPENDS= tcl${TCL_DVER}.1:${PORTSDIR}/lang/tcl${TCL_DVER} PKGNAMESUFFIX= -nox11 .else @@ -33,7 +33,7 @@ CONFIGURE_ARGS= --enable-shared \ --with-tk="${LOCALBASE}/lib/tk${TCL_VER}" PLIST_SUB= TCLX_LONG_VER=8.2 TCLX_SHORT_VER=82 -.ifdef NO_X +.ifdef WITHOUT_X11 CONFIGURE_ARGS+=--enable-tk=NO PLIST_SUB+= X11='@comment ' .else -- cgit v1.1