diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-21 06:53:34 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-21 06:53:34 +0000 |
commit | 03a2650ad95d94efc27a74be3fd6596a1eb379d8 (patch) | |
tree | 1f5678beb7a332c78a7bc51953da97310d37ed8d /net/ppxp | |
parent | Update to 2.2. (diff) |
Update to use TCL/TK 8.3.
PR: 22495
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=36173
Diffstat (limited to 'net/ppxp')
-rw-r--r-- | net/ppxp/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/ppxp/Makefile b/net/ppxp/Makefile index 9767a4d4ebaf..81f91f265c89 100644 --- a/net/ppxp/Makefile +++ b/net/ppxp/Makefile @@ -24,11 +24,11 @@ LIB_DEPENDS+= tcl80jp.1:${PORTSDIR}/japanese/tcl80 RUN_DEPENDS= wish8.0jp:${PORTSDIR}/japanese/tk80 \ tclsh8.0jp:${PORTSDIR}/japanese/tcl80 .else -BUILD_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 \ - tclsh8.2:${PORTSDIR}/lang/tcl82 -LIB_DEPENDS+= tcl82.1:${PORTSDIR}/lang/tcl82 -RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 \ - tclsh8.2:${PORTSDIR}/lang/tcl82 +BUILD_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 \ + tclsh8.3:${PORTSDIR}/lang/tcl83 +LIB_DEPENDS+= tcl83.1:${PORTSDIR}/lang/tcl83 +RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 \ + tclsh8.3:${PORTSDIR}/lang/tcl83 .endif USE_XPM= yes |