diff options
author | krion <krion@FreeBSD.org> | 2003-10-20 03:24:02 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-20 03:24:02 +0800 |
commit | 068112ef561a24fbbf4f12a9172790c061e2c0d1 (patch) | |
tree | f05fae3c017ba0595ff4bfc1f7ed1e2a96d59d69 /net | |
parent | 11dee320be70c66748a44f880c684deb4a67aeb5 (diff) | |
download | freebsd-ports-gnome-068112ef561a24fbbf4f12a9172790c061e2c0d1.tar.gz freebsd-ports-gnome-068112ef561a24fbbf4f12a9172790c061e2c0d1.tar.zst freebsd-ports-gnome-068112ef561a24fbbf4f12a9172790c061e2c0d1.zip |
- Switch to tcl-8.4
- Bump PORTREVISION
Diffstat (limited to 'net')
-rw-r--r-- | net/icb/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/icb/Makefile b/net/icb/Makefile index b4ed07d0f1bf..b9b41b404a39 100644 --- a/net/icb/Makefile +++ b/net/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: |