summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-12 02:41:35 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-12 02:41:35 +0800
commitf499f73306d088cfc6761e3fc7c04fa405ac60df (patch)
tree6a484c1c13f4dfe11baca6dba6444cf23bae69c4 /security
parent23808b29db8ece5cd77f0048dd04ff0364527f2d (diff)
downloadmarcuscom-ports-f499f73306d088cfc6761e3fc7c04fa405ac60df.tar
marcuscom-ports-f499f73306d088cfc6761e3fc7c04fa405ac60df.tar.gz
marcuscom-ports-f499f73306d088cfc6761e3fc7c04fa405ac60df.tar.bz2
marcuscom-ports-f499f73306d088cfc6761e3fc7c04fa405ac60df.tar.lz
marcuscom-ports-f499f73306d088cfc6761e3fc7c04fa405ac60df.tar.xz
marcuscom-ports-f499f73306d088cfc6761e3fc7c04fa405ac60df.tar.zst
marcuscom-ports-f499f73306d088cfc6761e3fc7c04fa405ac60df.zip
Sync w/ FreeBSD ports for avahi -> avahi-app dependency.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10708 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security')
-rw-r--r--security/seahorse/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile
index 3e64cc0bb..9c9b5d936 100644
--- a/security/seahorse/Makefile
+++ b/security/seahorse/Makefile
@@ -3,7 +3,7 @@
# Whom: Dave McKay <dave@mu.org>
#
# $FreeBSD$
-# $MCom: ports/security/seahorse/Makefile,v 1.58 2008/03/07 05:38:17 marcus Exp $
+# $MCom: ports/security/seahorse/Makefile,v 1.59 2008/03/09 18:44:46 mezz Exp $
#
PORTNAME= seahorse
@@ -112,7 +112,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