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 /irc/zircon | |
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 'irc/zircon')
-rw-r--r-- | irc/zircon/Makefile | 8 | ||||
-rw-r--r-- | irc/zircon/files/patch-aa | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/irc/zircon/Makefile b/irc/zircon/Makefile index 18347bd38208..44e48ed5cf6a 100644 --- a/irc/zircon/Makefile +++ b/irc/zircon/Makefile @@ -3,17 +3,17 @@ # Date created: 19 Aug 1995 # Whom: jkh / pst # -# $Id: Makefile,v 1.23 1998/02/10 02:11:11 jseger Exp $ +# $Id: Makefile,v 1.24 1998/02/12 14:28:01 jseger Exp $ # DISTNAME= zircon-1.18.91 -CATEGORIES= net tk80 +CATEGORIES= net tk81 MASTER_SITES= ftp://catless.ncl.ac.uk/pub/ MAINTAINER= jseger@FreeBSD.org -BUILD_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 +BUILD_DEPENDS= wish8.1:${PORTSDIR}/x11/tk81 +RUN_DEPENDS= wish8.1:${PORTSDIR}/x11/tk81 IS_INTERACTIVE= yes NO_BUILD= yes diff --git a/irc/zircon/files/patch-aa b/irc/zircon/files/patch-aa index 66415b5d6352..37a59ffec0d5 100644 --- a/irc/zircon/files/patch-aa +++ b/irc/zircon/files/patch-aa @@ -5,7 +5,7 @@ global CC GCC SCflag CFlags Type SLDflag share scflags switch {} $CC {} default return - set CFlags -O -+ set CFlags {-O -I/usr/local/include/tcl8.0} ++ set CFlags {-O -I/usr/local/include/tcl8.1} catch {set CFlags $cflags($Type)} switch BSDI $Type { set CC gcc2 |