aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2007-04-19 16:31:38 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2007-04-19 16:31:38 +0000
commit4b39f15754165f9ed08919f7c9632147c36ca523 (patch)
tree5cb9eabaa4371b20085d49e99be86f7d9c175806 /net-im
parentb71a77dd9a4b27e23a4c413d8fa324ade6cc2bc2 (diff)
downloadports-4b39f15754165f9ed08919f7c9632147c36ca523.tar.gz
ports-4b39f15754165f9ed08919f7c9632147c36ca523.zip
Notes
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gossip/Makefile14
-rw-r--r--net-im/gossip/pkg-descr2
2 files changed, 10 insertions, 6 deletions
diff --git a/net-im/gossip/Makefile b/net-im/gossip/Makefile
index 90f4e19929b4..ee35844ffee1 100644
--- a/net-im/gossip/Makefile
+++ b/net-im/gossip/Makefile
@@ -35,18 +35,22 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GCONF_SCHEMAS= gossip.schemas
-OPTIONS= NOTIFY "Enable libnotify support" on
+OPTIONS= NOTIFY "Enable libnotify support" on \
+ TELEPATHY "Enable telepathy support" off
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-BROKEN= does not build on 4.X
-.endif
-
.if !defined(WITHOUT_NOTIFY)
LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify
.else
CONFIGURE_ARGS+= --enable-libnotify=no
.endif
+.if defined(WITH_TELEPATHY)
+LIB_DEPENDS+= telepathy.3:${PORTSDIR}/net-im/libtelepathy
+CONFIGURE_ARGS+= --enable-telepathy=yes
+.else
+CONFIGURE_ARGS+= --enable-telepathy=no
+.endif
+
.include <bsd.port.post.mk>
diff --git a/net-im/gossip/pkg-descr b/net-im/gossip/pkg-descr
index 1854da452993..e35bf5d47854 100644
--- a/net-im/gossip/pkg-descr
+++ b/net-im/gossip/pkg-descr
@@ -1,3 +1,3 @@
Gossip is a modern client for the Jabber Instant Messaging system.
-WWW: http://gossip.imendio.org/
+WWW: http://developer.imendio.com/projects/gossip/