diff options
author | grant <grant@pkgsrc.org> | 2004-02-29 00:36:45 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-02-29 00:36:45 +0000 |
commit | f8f53e6799ea068bbe9151055df1aa7f3b119c61 (patch) | |
tree | 885e7d1c55f2964d50beb9384f3dc97695550022 | |
parent | d9cfc989d92d00846071a265b94a8bfe5bbc9737 (diff) | |
download | pkgsrc-f8f53e6799ea068bbe9151055df1aa7f3b119c61.tar.gz |
include mk/compiler.mk before testing ${CC}
-rw-r--r-- | security/openssl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 1c963c8c040..4066f73e2e2 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.86 2004/02/17 14:26:47 jlam Exp $ +# $NetBSD: Makefile,v 1.87 2004/02/29 00:36:45 grant Exp $ DISTNAME= openssl-0.9.6l SVR4_PKGNAME= ossl @@ -18,6 +18,7 @@ LICENCE= fee-based-commercial-use PKG_INSTALLATION_TYPES= overwrite pkgviews +.include "../../mk/compiler.mk" .include "../../mk/bsd.prefs.mk" USE_PERL5= build |