diff options
author | adam <adam@pkgsrc.org> | 2005-02-21 09:46:43 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-02-21 09:46:43 +0000 |
commit | 18a578bbda1bf6f82bc832f8d5acf5eb2ba8c893 (patch) | |
tree | 5834e25a56cce99294908d1d3be00fb2fe8e1076 /chat/gaim/buildlink3.mk | |
parent | 8d17fdda111ed18e62fe71a7f48422ae9628d5ca (diff) | |
download | pkgsrc-18a578bbda1bf6f82bc832f8d5acf5eb2ba8c893.tar.gz |
Changes 1.1.3:
Luke: Yet another bug fix release, many thanks to everyone who has
helped to make gaim more stable!
Stu: I fixed too many Yahoo HTTP proxy bugs, I should just go and
write some core HTTP support that works better. A good all round
bug fix release otherwise.
Diffstat (limited to 'chat/gaim/buildlink3.mk')
-rw-r--r-- | chat/gaim/buildlink3.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/gaim/buildlink3.mk b/chat/gaim/buildlink3.mk index 8f3edd69f07..933d85c549c 100644 --- a/chat/gaim/buildlink3.mk +++ b/chat/gaim/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2005/02/02 20:46:47 jschauma Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2005/02/21 09:46:43 adam Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ GAIM_BUILDLINK3_MK:= ${GAIM_BUILDLINK3_MK}+ @@ -17,4 +17,3 @@ BUILDLINK_PKGSRCDIR.gaim?= ../../chat/gaim .endif # GAIM_BUILDLINK3_MK BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} - |