diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-11-02 03:27:14 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-11-02 03:27:14 +0000 |
commit | dfd617de7af3e6587c6530f9b3b32fa64a2a0711 (patch) | |
tree | 6672d9e382e4fda82a8f5fa860f4640699290abf /devel/tclreadline | |
parent | 7ac3f1e06689251f277f10a110c8c9294770cafe (diff) | |
download | ports-dfd617de7af3e6587c6530f9b3b32fa64a2a0711.tar.gz ports-dfd617de7af3e6587c6530f9b3b32fa64a2a0711.zip |
Notes
Diffstat (limited to 'devel/tclreadline')
-rw-r--r-- | devel/tclreadline/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/tclreadline/Makefile b/devel/tclreadline/Makefile index 1f0cf4f606a1..2fc1892b6d74 100644 --- a/devel/tclreadline/Makefile +++ b/devel/tclreadline/Makefile @@ -7,7 +7,7 @@ # DISTNAME= tclreadline-1.0.0 -CATEGORIES= tcl80 +CATEGORIES= tcl80 tcl82 MASTER_SITES= http://www.zellner.org/tclreadline/download/ MAINTAINER= darius@dons.net.au @@ -17,10 +17,10 @@ MANN= tclreadline.n .include <bsd.port.pre.mk> -.if (!exists(${PREFIX}/bin/tclsh8.0) || exists(${PREFIX}/bin/tclsh8.1)) && (!defined(FORCE_80)) -LIB_DEPENDS= tcl81.1:${PORTSDIR}/lang/tcl81 -CONFIGURE_ARGS= --with-tcl=${PREFIX}/lib/tcl8.1 --with-tcl-includes=${PREFIX}/include/tcl8.1 -TCLVERMSG= "Building for Tcl 8.1 define FORCE_80 to build for Tcl 8.0" +.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 LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 CONFIGURE_ARGS= --with-tcl=${PREFIX}/lib/tcl8.0/ --with-tcl-includes=${PREFIX}/include/tcl8.0 |