diff options
author | leeym <leeym@FreeBSD.org> | 2008-09-08 13:17:46 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2008-09-08 13:17:46 +0800 |
commit | 1c35b54b5971e8d0aa92b5d4b004a5ae701a13a4 (patch) | |
tree | e98c349773b684cc38478cbe72cee8797c9dd5f6 /lang/p5-Tcl/Makefile | |
parent | 9b7609e1442cd67da1b93b67850f7d263f5c57b0 (diff) | |
download | freebsd-ports-gnome-1c35b54b5971e8d0aa92b5d4b004a5ae701a13a4.tar.gz freebsd-ports-gnome-1c35b54b5971e8d0aa92b5d4b004a5ae701a13a4.tar.zst freebsd-ports-gnome-1c35b54b5971e8d0aa92b5d4b004a5ae701a13a4.zip |
- update to 0.97
- set USE_TCL=84+ to allow users to set WITH_TCL_VER for their needs
Diffstat (limited to 'lang/p5-Tcl/Makefile')
-rw-r--r-- | lang/p5-Tcl/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/p5-Tcl/Makefile b/lang/p5-Tcl/Makefile index 210ff2408e2b..8ed95f0ede3c 100644 --- a/lang/p5-Tcl/Makefile +++ b/lang/p5-Tcl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Tcl -PORTVERSION= 0.95 +PORTVERSION= 0.97 CATEGORIES= lang perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A Tcl extension module for Perl5 -LIB_DEPENDS= tcl84.1:${PORTSDIR}/lang/tcl84 - +USE_TCL= 84+ PERL_CONFIGURE= yes -CONFIGURE_ARGS+= --tclsh tclsh8.4 +CONFIGURE_ARGS= --tclsh tclsh${TCL_VER} MAN3= Tcl.3 |