diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-11-14 12:54:41 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-11-14 12:54:41 +0000 |
commit | 095fdbcf13a90691a5a37ad37344db9bb90dd0b6 (patch) | |
tree | 03c3b0ef919af7965310acdc0340a1fe82ac0f02 /net-im/gossip | |
parent | 90979fb60fea38722690d6ded421298179a2664e (diff) |
Notes
Diffstat (limited to 'net-im/gossip')
-rw-r--r-- | net-im/gossip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/gossip/Makefile b/net-im/gossip/Makefile index e68ed6852a48..719dda258b4a 100644 --- a/net-im/gossip/Makefile +++ b/net-im/gossip/Makefile @@ -7,7 +7,7 @@ PORTNAME= gossip PORTVERSION= 0.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -45,7 +45,7 @@ BROKEN= does not build on 4.X .endif .if !defined(WITHOUT_NOTIFY) -LIB_DEPENDS+= notify.2:${PORTSDIR}/devel/libnotify +LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify .else CONFIGURE_ARGS+= --enable-libnotify=no .endif |