diff options
author | Brian Somers <brian@FreeBSD.org> | 2001-09-04 13:50:10 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 2001-09-04 13:50:10 +0000 |
commit | d81b9912288cc17127102c08e72c59922fcb0c5d (patch) | |
tree | 9d57e350206704076b9f309ba9263b9653147aa2 /net/icb | |
parent | 4a134bd2240ec7117502b242ea72843eb5faa2f3 (diff) | |
download | ports-d81b9912288cc17127102c08e72c59922fcb0c5d.tar.gz ports-d81b9912288cc17127102c08e72c59922fcb0c5d.zip |
Use tcl8.3
Bump portrevision
Notes
Notes:
svn path=/head/; revision=47421
Diffstat (limited to 'net/icb')
-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: |