summaryrefslogtreecommitdiff
path: root/net/ekiga/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'net/ekiga/options.mk')
-rw-r--r--net/ekiga/options.mk4
1 files changed, 2 insertions, 2 deletions
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