diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-07-06 09:05:17 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-07-06 09:05:17 +0000 |
commit | 3686f408b6bdf72ab5415736782831e10d177186 (patch) | |
tree | 5f64b3dc56911d015f924c57b88c422db2ee6642 /irc/zircon | |
parent | 3fa45887b82f4338d3006011046fb59725bc847a (diff) | |
download | ports-3686f408b6bdf72ab5415736782831e10d177186.tar.gz ports-3686f408b6bdf72ab5415736782831e10d177186.zip |
Notes
Diffstat (limited to 'irc/zircon')
-rw-r--r-- | irc/zircon/Makefile | 2 | ||||
-rw-r--r-- | irc/zircon/files/patch-aa | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/irc/zircon/Makefile b/irc/zircon/Makefile index 65285832e8e7..3d7302fe0dc7 100644 --- a/irc/zircon/Makefile +++ b/irc/zircon/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://catless.ncl.ac.uk/pub/ MAINTAINER= dinoex@FreeBSD.org COMMENT= An X11 interface to Internet Relay Chat -RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 +RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 NO_BUILD= yes diff --git a/irc/zircon/files/patch-aa b/irc/zircon/files/patch-aa index d438438861ab..21795fe21bb2 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.3} ++ set CFlags {-O -I/usr/local/include/tcl8.4} catch {set CFlags $cflags($Type)} switch BSDI $Type { set CC gcc2 |