summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-10 15:42:50 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-10 15:42:50 +0000
commiteca8f1cd8b536b8322149773fb8bc00d011eca9b (patch)
tree82586fb5dfad839f9038924e45b8361d7812f7c9
parentUpdate MASTER_SITES. (diff)
Default to using Tcl 8.2 unless FORCE_80 is defined.
Notes
Notes: svn path=/head/; revision=23731
-rw-r--r--devel/tclreadline/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/tclreadline/Makefile b/devel/tclreadline/Makefile
index 2fc1892b6d74..0f3fe111a1b9 100644
--- a/devel/tclreadline/Makefile
+++ b/devel/tclreadline/Makefile
@@ -17,14 +17,14 @@ MANN= tclreadline.n
.include <bsd.port.pre.mk>
-.if (!exists(${PREFIX}/bin/tclsh8.0) || exists(${PREFIX}/bin/tclsh8.2)) && (!defined(FORCE_80))
-LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82
-CONFIGURE_ARGS= --with-tcl=${PREFIX}/lib/tcl8.2/ --with-tcl-includes=${PREFIX}/include/tcl8.2
-TCLVERMSG= "Building for Tcl 8.2 define FORCE_80 to build for Tcl 8.0"
-.else
+.if (!exists(${PREFIX}/bin/tclsh8.2) || exists(${PREFIX}/bin/tclsh8.0)) && (defined(FORCE_80))
LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80
CONFIGURE_ARGS= --with-tcl=${PREFIX}/lib/tcl8.0/ --with-tcl-includes=${PREFIX}/include/tcl8.0
TCLVERMSG= "Building for Tcl 8.0"
+.else
+LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82
+CONFIGURE_ARGS= --with-tcl=${PREFIX}/lib/tcl8.2/ --with-tcl-includes=${PREFIX}/include/tcl8.2
+TCLVERMSG= "Building for Tcl 8.2 define FORCE_80 to build for Tcl 8.0"
.endif
pre-fetch: