diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-08-17 01:48:09 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-08-17 01:48:09 +0000 |
commit | bbdc0e9163118148c55cc4bbc746dda108bc599e (patch) | |
tree | 70f0cfee7765135d5a2ec7b7a41fdfcaccd00f0c /cad | |
parent | 423ffe941b9c41463980b842e918a7f6ef1a55fc (diff) | |
download | ports-bbdc0e9163118148c55cc4bbc746dda108bc599e.tar.gz ports-bbdc0e9163118148c55cc4bbc746dda108bc599e.zip |
Switch to tcl/tk 8.4 and bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=87100
Diffstat (limited to 'cad')
-rw-r--r-- | cad/astk-serveur/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/astk-serveur/Makefile b/cad/astk-serveur/Makefile index 68ce7444aef0..83297043a18e 100644 --- a/cad/astk-serveur/Makefile +++ b/cad/astk-serveur/Makefile @@ -7,8 +7,8 @@ PORTNAME= astk PORTVERSION= 1.0.14 -PORTREVISION?= 0 -CATEGORIES= cad tk83 +PORTREVISION?= 1 +CATEGORIES= cad tk84 MASTER_SITES= http://www.code-aster.org/FICHIERS/code_aster/ .if !defined(CLIENT_SEUL) PKGNAMESUFFIX= -serveur @@ -61,7 +61,7 @@ PKGMESSAGE= ${PKGDIR}/pkg-message.client SLAVEDIRS= french/astk-client -TK_VER?= 8.3 +TK_VER?= 8.4 TCL_VER?= ${TK_VER} TKTAB_VER?= 2.8 |