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/ekiga | |
parent | f20f0419312b4feace4b53eac58b5d7fa22817c7 (diff) |
Chase the avahi-core shared lib version.
Notes
Notes:
svn path=/head/; revision=184830
Diffstat (limited to 'net/ekiga')
-rw-r--r-- | net/ekiga/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile index 1d3cbcbfd70f..8ad057e51086 100644 --- a/net/ekiga/Makefile +++ b/net/ekiga/Makefile @@ -7,6 +7,7 @@ PORTNAME= ekiga PORTVERSION= 2.0.4 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.0 @@ -36,7 +37,7 @@ MAN1= ekiga.1 .include <bsd.port.pre.mk> .ifndef (WITHOUT_AVAHI) -LIB_DEPENDS+= avahi-core.4:${PORTSDIR}/net/avahi +LIB_DEPENDS+= avahi-core.5:${PORTSDIR}/net/avahi CONFIGURE_ARGS+=--enable-avahi .else CONFIGURE_ARGS+=--disable-avahi |