diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-07-06 17:05:17 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-07-06 17:05:17 +0800 |
commit | 6e3f3ab5d4430727df3b992538b9d2600eed3493 (patch) | |
tree | b9c83b27603f4b38125d5bbf08edd6aed2a69987 /irc/zircon | |
parent | 4395540f6f133f73c64395af203d309c070625b7 (diff) | |
download | freebsd-ports-gnome-6e3f3ab5d4430727df3b992538b9d2600eed3493.tar.gz freebsd-ports-gnome-6e3f3ab5d4430727df3b992538b9d2600eed3493.tar.zst freebsd-ports-gnome-6e3f3ab5d4430727df3b992538b9d2600eed3493.zip |
- update to use tk84
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 |