diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-12-27 01:03:55 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-12-27 01:03:55 +0000 |
commit | 43d99dbee04396f6a3bd0f9ff6552b9008791dcb (patch) | |
tree | bd36d6773a7a19d7a79df80deb44ecb9555411f1 /security/seahorse | |
parent | afe037089bb0eccdea340fcb79c6cd20c282e7a3 (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/Makefile | 2 |
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 |