diff options
author | jseger <jseger@FreeBSD.org> | 1998-02-25 05:43:51 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-02-25 05:43:51 +0800 |
commit | 3aec0069335c9b2947b9f222ada131db44bc8824 (patch) | |
tree | 6da0be1039c24d1cfc2b2c74787e0941bc61c61e /deskutils | |
parent | 84f78e4fa42235cb858025fabff93c031a319031 (diff) | |
download | freebsd-ports-gnome-3aec0069335c9b2947b9f222ada131db44bc8824.tar.gz freebsd-ports-gnome-3aec0069335c9b2947b9f222ada131db44bc8824.tar.zst freebsd-ports-gnome-3aec0069335c9b2947b9f222ada131db44bc8824.zip |
Upgrade to use tcl8.1 and tk8.1.
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/ical/Makefile | 16 | ||||
-rw-r--r-- | deskutils/zorro/Makefile | 6 | ||||
-rw-r--r-- | deskutils/zorro/files/patch-aa | 2 |
3 files changed, 12 insertions, 12 deletions
diff --git a/deskutils/ical/Makefile b/deskutils/ical/Makefile index d526e57b0faf..bb5421750a04 100644 --- a/deskutils/ical/Makefile +++ b/deskutils/ical/Makefile @@ -3,24 +3,24 @@ # Date created: Mon Aug 28 13:35:31 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.15 1998/02/07 22:59:16 hoek Exp $ +# $Id: Makefile,v 1.16 1998/02/21 22:38:00 fenner Exp $ # DISTNAME= ical-2.2 -CATEGORIES= misc tk80 +CATEGORIES= misc tk81 MASTER_SITES= http://www.research.digital.com/SRC/personal/Sanjay_Ghemawat/ical/icalbins/ MAINTAINER= erich@FreeBSD.ORG -LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80 +LIB_DEPENDS= tk81\\.1:${PORTSDIR}/x11/tk81 GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ - --with-tclconfig=${PREFIX}/lib/tcl8.0 \ - --with-tclhdir=${PREFIX}/include/tcl8.0 \ - --with-tclsh=${PREFIX}/bin/tclsh8.0 \ - --with-tkconfig=${PREFIX}/lib/tk8.0 \ - --with-tkhdir=${PREFIX}/include/tk8.0 + --with-tclconfig=${PREFIX}/lib/tcl8.1 \ + --with-tclhdir=${PREFIX}/include/tcl8.1 \ + --with-tclsh=${PREFIX}/bin/tclsh8.1 \ + --with-tkconfig=${PREFIX}/lib/tk8.1 \ + --with-tkhdir=${PREFIX}/include/tk8.1 MAN1= ical.1 diff --git a/deskutils/zorro/Makefile b/deskutils/zorro/Makefile index 294eb1d6756d..6227f0387c62 100644 --- a/deskutils/zorro/Makefile +++ b/deskutils/zorro/Makefile @@ -3,17 +3,17 @@ # Date created: 03 Aug 1996 # Whom: shanee@rabbit.augusta.de # -# $Id: Makefile,v 1.8 1997/08/10 22:25:19 fenner Exp $ +# $Id: Makefile,v 1.9 1997/11/22 19:55:25 jseger Exp $ # DISTNAME= zorro-1.1p8 PKGNAME= zorro-1.1.8 -CATEGORIES= misc tk80 +CATEGORIES= misc tk81 MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/sorted/apps/zorro-1.1p8/ MAINTAINER= shanee@augusta.de -LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80 +LIB_DEPENDS= tk81\\.1\\.:${PORTSDIR}/x11/tk81 NO_BUILD= yes diff --git a/deskutils/zorro/files/patch-aa b/deskutils/zorro/files/patch-aa index 02f645527961..e9a53376fd8b 100644 --- a/deskutils/zorro/files/patch-aa +++ b/deskutils/zorro/files/patch-aa @@ -9,7 +9,7 @@ # ---------------------------------------------------------------------- # AUTHOR: Lindsay Marshall <lindsay.marshall@newcastle.ac.uk> --- 1,6 ---- -! #!/usr/local/bin/wish8.0 +! #!/usr/local/bin/wish8.1 # ! # Version 1.1 Patch 8 # |