Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net-im/gossip/Makefile,v retrieving revision 1.44 diff -u -r1.44 Makefile --- Makefile 16 Apr 2007 14:23:04 -0000 1.44 +++ Makefile 19 Apr 2007 15:12:52 -0000 @@ -35,18 +35,22 @@ GCONF_SCHEMAS= gossip.schemas -OPTIONS= NOTIFY "Enable libnotify support" on +OPTIONS= NOTIFY "Enable libnotify support" on \ + TELEPATHY "Enable telepathy support" off .include -.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