diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-19 19:24:02 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-19 19:24:02 +0000 |
commit | 9da26910b370699df6efb62bc155897b7ed6b613 (patch) | |
tree | 0bda2f56bb8000d4c898c3769e37d8419137760f /net-im/icb | |
parent | b58edcff297e9f2b2743b6d127a196ab707bee2b (diff) | |
download | ports-9da26910b370699df6efb62bc155897b7ed6b613.tar.gz ports-9da26910b370699df6efb62bc155897b7ed6b613.zip |
- Switch to tcl-8.4
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=91692
Diffstat (limited to 'net-im/icb')
-rw-r--r-- | net-im/icb/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-im/icb/Makefile b/net-im/icb/Makefile index b4ed07d0f1bf..b9b41b404a39 100644 --- a/net-im/icb/Makefile +++ b/net-im/icb/Makefile @@ -8,8 +8,8 @@ PORTNAME= icb PORTVERSION= 5.1.0 -PORTREVISION= 2 -CATEGORIES= net tcl82 +PORTREVISION= 3 +CATEGORIES= net tcl84 MASTER_SITES= http://www.obfuscation.org/ftp/pub/icb/ \ ftp://ftp.obfuscation.org/pub/icb/ DISTNAME= c${PORTNAME}-${PORTVERSION} @@ -17,10 +17,10 @@ DISTNAME= c${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Internet CB - a mostly-defunct chat client -LIB_DEPENDS= tcl83:${PORTSDIR}/lang/tcl83 +LIB_DEPENDS= tcl84.1:${PORTSDIR}/lang/tcl84 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tclinclude=${LOCALBASE}/include/tcl8.3 \ +CONFIGURE_ARGS= --with-tclinclude=${LOCALBASE}/include/tcl8.4 \ --with-tcllib=${LOCALBASE}/lib do-install: |