aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/gossip
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2006-06-29 12:46:02 +0800
committermiwi <miwi@FreeBSD.org>2006-06-29 12:46:02 +0800
commit193e45f716a3eed12901885814062c67ac88c290 (patch)
tree2b84030af1861938ddaa549db7c2c93b15045005 /net-im/gossip
parent7680e6c49242d9cbbb415dd5ba8ae4a6e92c8073 (diff)
downloadfreebsd-ports-gnome-193e45f716a3eed12901885814062c67ac88c290.tar.gz
freebsd-ports-gnome-193e45f716a3eed12901885814062c67ac88c290.tar.zst
freebsd-ports-gnome-193e45f716a3eed12901885814062c67ac88c290.zip
- Bump PORTREVISION
- Chase increase of devel/libnotify shlib version.
Diffstat (limited to 'net-im/gossip')
-rw-r--r--net-im/gossip/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/gossip/Makefile b/net-im/gossip/Makefile
index ea7ada425e32..cbf23934e1ad 100644
--- a/net-im/gossip/Makefile
+++ b/net-im/gossip/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gossip
PORTVERSION= 0.11.2
+PORTREVISION= 1
CATEGORIES= net-im gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.11
@@ -44,7 +45,7 @@ BROKEN= does not build on 4.X
.endif
.if !defined(WITHOUT_NOTIFY)
-LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify
+LIB_DEPENDS+= notify.2:${PORTSDIR}/devel/libnotify
.else
CONFIGURE_ARGS+= --enable-libnotify=no
.endif