diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-08 13:46:30 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-08 13:46:30 +0800 |
commit | bd2b0687e74056758113c584334439bf1806e33c (patch) | |
tree | eb1045e06601b5c62878a2a61e3e2502613101a9 /net/gaim/Makefile | |
parent | 3759d8256bf5c902d482ec533de4d535cb06a701 (diff) | |
download | freebsd-ports-gnome-bd2b0687e74056758113c584334439bf1806e33c.tar.gz freebsd-ports-gnome-bd2b0687e74056758113c584334439bf1806e33c.tar.zst freebsd-ports-gnome-bd2b0687e74056758113c584334439bf1806e33c.zip |
Fix the recent connectivity problems with Yahoo!.
Submitted by: Roman Shterenzon <roman@xpert.com>
Adapted from: Gaim CVS
Diffstat (limited to 'net/gaim/Makefile')
-rw-r--r-- | net/gaim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gaim/Makefile b/net/gaim/Makefile index ae042ca16359..933af8bd480b 100644 --- a/net/gaim/Makefile +++ b/net/gaim/Makefile @@ -6,7 +6,7 @@ PORTNAME= gaim PORTVERSION= 0.75 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |