summaryrefslogtreecommitdiff
path: root/net/ekiga
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-08-16 09:20:40 +0000
committerobache <obache@pkgsrc.org>2013-08-16 09:20:40 +0000
commit2dd6aad9082ecd340c0e086a1f989072f80d3700 (patch)
treedb16d8c14c3c16d9c522a5512d1fb0ebccebd6cf /net/ekiga
parent57b092cc2a10d54c558e0110b4f3070e9df3161f (diff)
downloadpkgsrc-2dd6aad9082ecd340c0e086a1f989072f80d3700.tar.gz
revbump from libnotify bumped to 0.7 and dependency changed from libnotify07.
Diffstat (limited to 'net/ekiga')
-rw-r--r--net/ekiga/Makefile4
-rw-r--r--net/ekiga/options.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile
index af64cac8ddc..88fb052954c 100644
--- a/net/ekiga/Makefile
+++ b/net/ekiga/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.52 2013/08/16 05:53:02 obache Exp $
+# $NetBSD: Makefile,v 1.53 2013/08/16 09:20:40 obache Exp $
#
DISTNAME= ekiga-3.2.6
-PKGREVISION= 34
+PKGREVISION= 35
CATEGORIES= net comms
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ekiga/3.2/}
EXTRACT_SUFX= .tar.bz2
diff --git a/net/ekiga/options.mk b/net/ekiga/options.mk
index 1f46487b08b..7c8c3700a8a 100644
--- a/net/ekiga/options.mk
+++ b/net/ekiga/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2013/08/16 05:53:02 obache Exp $
+# $NetBSD: options.mk,v 1.4 2013/08/16 09:20:40 obache Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ekiga
PKG_SUPPORTED_OPTIONS+= avahi dbus evolution-data-server gconf gnome notify
@@ -50,7 +50,7 @@ CONFIGURE_ARGS+= --disable-gnome
.if !empty(PKG_OPTIONS:Mnotify)
CONFIGURE_ARGS+= --enable-notify
-.include "../../sysutils/libnotify07/buildlink3.mk"
+.include "../../sysutils/libnotify/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-notify
.endif