diff options
author | markd <markd@pkgsrc.org> | 2005-01-31 13:33:23 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-01-31 13:33:23 +0000 |
commit | 50356caa38fb2097cac86d5a1b05dce88374db64 (patch) | |
tree | 2b85309bb17ae39da7938548e363ebba63cab14e /net | |
parent | 55f3e6ce9b5f18b540756b76ab410b80faad8742 (diff) | |
download | pkgsrc-50356caa38fb2097cac86d5a1b05dce88374db64.tar.gz |
Need to explictly include security/openssl/buildlink3.mk as it wont be
pulled in if kerberos option not set.
Diffstat (limited to 'net')
-rw-r--r-- | net/netatalk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile index 7f7c7512936..bc153682f01 100644 --- a/net/netatalk/Makefile +++ b/net/netatalk/Makefile @@ -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 @@ pre-install: .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" |