diff options
author | brian <brian@FreeBSD.org> | 2001-09-04 21:50:10 +0800 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2001-09-04 21:50:10 +0800 |
commit | c6a0079274be6cc05fe3821beef82dab116a234c (patch) | |
tree | afbe02096a9a278c29fe6ad644bbce2c2f638683 /net | |
parent | 54fa4eafca06979af91d1b69f8a9276ef3639bbb (diff) | |
download | freebsd-ports-gnome-c6a0079274be6cc05fe3821beef82dab116a234c.tar.gz freebsd-ports-gnome-c6a0079274be6cc05fe3821beef82dab116a234c.tar.zst freebsd-ports-gnome-c6a0079274be6cc05fe3821beef82dab116a234c.zip |
Use tcl8.3
Bump portrevision
Diffstat (limited to 'net')
-rw-r--r-- | net/icb/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/icb/Makefile b/net/icb/Makefile index bfd936a21994..8ac3ff663c80 100644 --- a/net/icb/Makefile +++ b/net/icb/Makefile @@ -8,7 +8,7 @@ PORTNAME= icb PORTVERSION= 5.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net tcl82 MASTER_SITES= http://www.obfuscation.org/ftp/pub/icb/ \ ftp://ftp.obfuscation.org/pub/icb/ @@ -16,10 +16,11 @@ DISTNAME= c${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 +LIB_DEPENDS= tcl83:${PORTSDIR}/lang/tcl83 + GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tclinclude=${LOCALBASE}/include/tcl8.2 \ +CONFIGURE_ARGS= --with-tclinclude=${LOCALBASE}/include/tcl8.3 \ --with-tcllib=${LOCALBASE}/lib do-install: |