diff options
author | steve <steve@FreeBSD.org> | 2001-02-26 13:06:14 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-02-26 13:06:14 +0800 |
commit | 53018eb4aab542280018b1ceb9340316533ecb50 (patch) | |
tree | 63f092ac7b6ed8e81dff83e42b1a538dafcae603 /irc/bitchx/Makefile | |
parent | d61d2eec91de7f6113a2ce1f70602fa80a3dcc0a (diff) | |
download | freebsd-ports-gnome-53018eb4aab542280018b1ceb9340316533ecb50.tar.gz freebsd-ports-gnome-53018eb4aab542280018b1ceb9340316533ecb50.tar.zst freebsd-ports-gnome-53018eb4aab542280018b1ceb9340316533ecb50.zip |
Allow this port to find tcl.h again so that it compiles.
PR: 24183
Submitted by: Darren Johnston <darren@tzeench.dhs.org>
Diffstat (limited to 'irc/bitchx/Makefile')
-rw-r--r-- | irc/bitchx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index f497df003cb6..0127929b86a7 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -7,7 +7,7 @@ PORTNAME= BitchX PORTVERSION= 1.0c17 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc gnome MASTER_SITES= ftp://ftp.bitchx.com/pub/BitchX/source/ \ ftp://ftp.bitchx.org/pub/BitchX/source/ |