diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-02-10 23:38:51 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-02-10 23:38:51 +0000 |
commit | fed243a9f18854cb17f010cb3c637b7540e04ad3 (patch) | |
tree | bfcfbcabbbf6eba266117a756d2c008d86c04ed2 /net-im | |
parent | Update to 0.6.17. (diff) |
Chase the avahi-core shared lib version.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/libgaim/Makefile | 4 | ||||
-rw-r--r-- | net-im/libpurple/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-im/libgaim/Makefile b/net-im/libgaim/Makefile index f927f7d2b5f4..8f60e1f24a6c 100644 --- a/net-im/libgaim/Makefile +++ b/net-im/libgaim/Makefile @@ -8,7 +8,7 @@ PORTNAME= gaim PORTVERSION= 2.0.0.b6 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES?= net-im MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -138,7 +138,7 @@ PLIST_SUB+= SILC="@comment not installed: " .endif .if !defined(WITHOUT_BONJOUR) -LIB_DEPENDS+= avahi-core.4:${PORTSDIR}/net/avahi +LIB_DEPENDS+= avahi-core.5:${PORTSDIR}/net/avahi PLIST_SUB+= BONJOUR="" PRPL_MODULES:= ${PRPL_MODULES},bonjour .else diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile index f927f7d2b5f4..8f60e1f24a6c 100644 --- a/net-im/libpurple/Makefile +++ b/net-im/libpurple/Makefile @@ -8,7 +8,7 @@ PORTNAME= gaim PORTVERSION= 2.0.0.b6 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES?= net-im MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -138,7 +138,7 @@ PLIST_SUB+= SILC="@comment not installed: " .endif .if !defined(WITHOUT_BONJOUR) -LIB_DEPENDS+= avahi-core.4:${PORTSDIR}/net/avahi +LIB_DEPENDS+= avahi-core.5:${PORTSDIR}/net/avahi PLIST_SUB+= BONJOUR="" PRPL_MODULES:= ${PRPL_MODULES},bonjour .else |