pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/netatalk Need to explictly include security/openss...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/07c915c8a1a4
branches:  trunk
changeset: 488429:07c915c8a1a4
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Jan 31 13:33:23 2005 +0000

description:
Need to explictly include security/openssl/buildlink3.mk as it wont be
pulled in if kerberos option not set.

diffstat:

 net/netatalk/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d1aada4be5ec -r 07c915c8a1a4 net/netatalk/Makefile
--- a/net/netatalk/Makefile     Mon Jan 31 11:52:30 2005 +0000
+++ b/net/netatalk/Makefile     Mon Jan 31 13:33:23 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2005/01/31 09:53:11 markd Exp $
+# $NetBSD: Makefile,v 1.39 2005/01/31 13:33:23 markd Exp $
 
 DISTNAME=      netatalk-2.0.2
 PKGREVISION=   1
@@ -82,6 +82,7 @@
 
 .include "../../databases/db4/buildlink3.mk"
 .include "../../net/openslp/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
 .include "../../security/tcp_wrappers/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index