diff options
author | sborrill <sborrill> | 2010-07-24 10:43:33 +0000 |
---|---|---|
committer | sborrill <sborrill> | 2010-07-24 10:43:33 +0000 |
commit | de99b776ec081c926c827a922e8ef7a26329a9ff (patch) | |
tree | 86ca41741a5e04fa3343670d95ba7b51bc2ba17a /security/gsasl | |
parent | 75a134abc6f6b2228aaf783f33aebb98b667b0d1 (diff) | |
download | pkgsrc-de99b776ec081c926c827a922e8ef7a26329a9ff.tar.gz |
Add openssl bl3.mk to deal with partial bulk builds and pkgsrc ssl
Diffstat (limited to 'security/gsasl')
-rw-r--r-- | security/gsasl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index 8651727d90f..135eb5e491b 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2009/06/04 18:38:30 adam Exp $ +# $NetBSD: Makefile,v 1.29 2010/07/24 10:43:33 sborrill Exp $ DISTNAME= gsasl-1.1 CATEGORIES= security @@ -31,5 +31,6 @@ TEST_TARGET= check .include "../../devel/readline/buildlink3.mk" .include "../../security/gnutls/buildlink3.mk" .include "../../security/libgcrypt/buildlink3.mk" +.include "../../security/openssl/buildlink3.mk" .include "../../mk/krb5.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |