diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-02-20 19:09:40 +0800 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-02-20 19:09:40 +0800 |
commit | e8c6b28d8c0705cbb62d77ff3b09d60de18e7e68 (patch) | |
tree | 6abf37a0a08bda46d3acae83d360315f9f33c494 /lang | |
parent | 1b57ea217573620037d89d7e25570ceb47745438 (diff) | |
download | freebsd-ports-gnome-e8c6b28d8c0705cbb62d77ff3b09d60de18e7e68.tar.gz freebsd-ports-gnome-e8c6b28d8c0705cbb62d77ff3b09d60de18e7e68.tar.zst freebsd-ports-gnome-e8c6b28d8c0705cbb62d77ff3b09d60de18e7e68.zip |
- Convert to USES=tcl
Diffstat (limited to 'lang')
-rw-r--r-- | lang/p5-Tcl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/p5-Tcl/Makefile b/lang/p5-Tcl/Makefile index 48fe4a517322..b1fd65eebd7a 100644 --- a/lang/p5-Tcl/Makefile +++ b/lang/p5-Tcl/Makefile @@ -12,9 +12,8 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Tcl extension module for Perl5 CONFIGURE_ARGS= --nousestubs --tclsh ${TCLSH} -USES= perl5 +USES= perl5 tcl USE_PERL5= configure -USE_TCL= 84+ post-extract: @${FIND} ${WRKSRC} -type d -exec ${CHMOD} 0755 \{} \; |