diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
commit | bc087374d35aa9c841dd63d44e9c9697702921ed (patch) | |
tree | 9bfffecdf0e79fc2f3af0e2a2f1044536ad164ca /devel/clig/Makefile | |
parent | gcc 2.95 requires us to be explicit about the return type of functions. (diff) |
Update to use Tcl/Tk version 8.2.
Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'devel/clig/Makefile')
-rw-r--r-- | devel/clig/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/clig/Makefile b/devel/clig/Makefile index 272284e3e418..1fd8daa7c778 100644 --- a/devel/clig/Makefile +++ b/devel/clig/Makefile @@ -7,20 +7,20 @@ # DISTNAME= clig-1.1.3 -CATEGORIES= devel tcl80 +CATEGORIES= devel tcl82 MASTER_SITES= http://wsd.iitb.fhg.de/~kir/clighome/ MAINTAINER= billf@FreeBSD.org # This should work with any version of tcl. See also ${MAKE_ENV}. -BUILD_DEPENDS= ${PREFIX}/bin/tclsh8.0:${PORTSDIR}/lang/tcl80 -RUN_DEPENDS= ${PREFIX}/bin/tclsh8.0:${PORTSDIR}/lang/tcl80 +BUILD_DEPENDS= ${PREFIX}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 +RUN_DEPENDS= ${PREFIX}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 MAN1= clig.1 NO_BUILD= yes MAKEFILE= makefile -MAKE_ENV= tclsh=${PREFIX}/bin/tclsh8.0 +MAKE_ENV= tclsh=${PREFIX}/bin/tclsh8.2 PLIST_SUB= VERSION=${DISTNAME} do-patch: |