diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-07 14:24:03 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-07 14:24:03 +0000 |
commit | 307289f1e2da6ffdb24a1dba338720ce8bb13d08 (patch) | |
tree | 268f6414b0c82074482e3627bfaaa2161620794a /security/openssl | |
parent | e12327639e849dcccb5955f988293f9aca90d56c (diff) | |
download | pkgsrc-307289f1e2da6ffdb24a1dba338720ce8bb13d08.tar.gz |
Define openssl-fake-pc only once.
Diffstat (limited to 'security/openssl')
-rw-r--r-- | security/openssl/builtin.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/openssl/builtin.mk b/security/openssl/builtin.mk index b4260fb0293..21872001672 100644 --- a/security/openssl/builtin.mk +++ b/security/openssl/builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: builtin.mk,v 1.27 2009/06/07 11:06:26 wiz Exp $ +# $NetBSD: builtin.mk,v 1.28 2009/06/07 14:24:03 joerg Exp $ BUILTIN_PKG:= openssl @@ -251,6 +251,9 @@ BUILD_DEFS+= SSLDIR SSLCERTS SSLKEYS . if !empty(USE_BUILTIN.openssl:M[Yy][Ee][Ss]) BUILDLINK_TARGETS+= openssl-fake-pc +. if !defined(HAS_OPENSSL_FAKE_PC) +HAS_OPENSSL_FAKE_PC= + openssl-fake-pc: ${RUN} \ src=${BUILDLINK_PREFIX.openssl}/lib/pkgconfig/libcrypto.pc; \ @@ -294,6 +297,7 @@ openssl-fake-pc: ${ECHO} "Cflags: -I${BUILDLINK_PREFIX.openssl}/include"; \ } >$${dst}; \ fi +. endif . endif .endif # CHECK_BUILTIN.openssl |