summaryrefslogtreecommitdiff
path: root/security/seahorse
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2007-12-27 01:03:55 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2007-12-27 01:03:55 +0000
commit43d99dbee04396f6a3bd0f9ff6552b9008791dcb (patch)
treebd36d6773a7a19d7a79df80deb44ecb9555411f1 /security/seahorse
parentIt only needs to depend on avahi-app. (diff)
It only needs to depend on avahi-app.
PR: ports/119025 Submitted by: "Dima Panov" <fluffy@fluffy.khv.ru>
Notes
Notes: svn path=/head/; revision=204596
Diffstat (limited to 'security/seahorse')
-rw-r--r--security/seahorse/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile
index 30ea939904ac..d6ec82e2f497 100644
--- a/security/seahorse/Makefile
+++ b/security/seahorse/Makefile
@@ -113,7 +113,7 @@ CONFIGURE_ARGS+=--disable-gnome-keyring
.endif
.if !defined(WITHOUT_MDNS)
-LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi
+LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app
.else
CONFIGURE_ARGS+=--disable-sharing
.endif