aboutsummaryrefslogtreecommitdiffstats
path: root/devel/tclreadline
diff options
context:
space:
mode:
authorjseger <jseger@FreeBSD.org>1999-11-02 11:27:14 +0800
committerjseger <jseger@FreeBSD.org>1999-11-02 11:27:14 +0800
commit84f20b2d9f0c03f812ac1e0cc1c08e97e73b67f3 (patch)
tree7b444b875fd581ac5745dd0e8ccbf4467f758040 /devel/tclreadline
parentce9ea0602f1d67acacd79fb7759c5f52c2aceb73 (diff)
downloadfreebsd-ports-graphics-84f20b2d9f0c03f812ac1e0cc1c08e97e73b67f3.tar.gz
freebsd-ports-graphics-84f20b2d9f0c03f812ac1e0cc1c08e97e73b67f3.tar.zst
freebsd-ports-graphics-84f20b2d9f0c03f812ac1e0cc1c08e97e73b67f3.zip
Switch to tcl/tk 8.2
Submitted by: Ade Lovett <ade@lovett.com> PR: ports/14544
Diffstat (limited to 'devel/tclreadline')
-rw-r--r--devel/tclreadline/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/tclreadline/Makefile b/devel/tclreadline/Makefile
index 1f0cf4f606a..2fc1892b6d7 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
+26 * Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.mat2016-04-011-26/+26 * - Add LICENSEsunpoet2015-11-201-0/+3 * - Convert to new options target helpersunpoet2015-10-051-4/+2 * - Fix shebangsamdmi32015-09-241-2/+14 * Adjust after rubygem-jsobfu updateantoine2015-06-021-0/+2 * Update security/metasploit to 4.11.2antoine2015-05-242-10/+8 * Update ports in the remaining categories to not use GH_COMMIT.mat2015-05-082-4/+2 * Update USE_GITHUB so it does not require GH_COMMIT.bdrewery2015-03-201-1/+1 * Update:antoine2015-03-082-10/+11 * Update metasploit to 4.11.0antoine2014-12-212-7/+6 * Remove dependency on rb-readline, it works fine without itantoine2014-12-051-3/+4 * Update security/metasploit to 4.10.2antoine2014-12-052-20/+47 * Unbreak metasploit at runtime by adding www/rubygem-rkelly-remixantoine2014-06-091-2/+5 * - Update from 4.9.2 to 4.9.3danilo2014-06-092-3/+3 * Update metasploit to 4.9.2 and rubygem-metasploit_data_models to 0.17.0antoine2014-05-112-6/+6 * Update to 4.8.2antoine2013-12-292-3/+3 * - Update to 4.7.2antoine2013-11-022-17/+11 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * Add missing run depends to metasploitantoine2013-07-301-0/+3 * - Update to 4.7.0culot2013-07-242-3/+3 * - Update metasploit to 4.6.2antoine2013-06-152-23/+27 * Convert USE_NCURSES by USES=ncursesbapt2013-05-061-2/+1 * Convert security to new options frameworkbapt2013-04-291-2/+2 * - Update to 4.5.0beech2012-12-132-3/+3 * Update pkg-descr to current project statepawel2012-11-131-10/+9 * Pass maintainership to Jr Aquino <tanawts@gmail.com>.rakuco2012-11-061-6/+2 * Update to 4.4.0.rakuco2012-10-212-4/+4 * - Update to version 4.1.0 [1]pawel2012-02-122-5/+5 * - fix runtime with ruby18 (add dependency on converters/ruby-iconv)rm2012-01-151-9/+5 * - Remove GUI option due to upcoming ruby-gnome updateswills2011-10-31