diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2011-12-07 02:46:55 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2011-12-07 02:46:55 +0000 |
commit | c443ff67427b2f1c677184c2177278038a9e82fd (patch) | |
tree | 2706360908c7c0dd88265fe2ddb667b8b3f826c1 /devel | |
parent | bb294ba6ffc1f78c52ea591c548f4aab69623b86 (diff) | |
download | ports-c443ff67427b2f1c677184c2177278038a9e82fd.tar.gz ports-c443ff67427b2f1c677184c2177278038a9e82fd.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/mingw32-openssl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/mingw32-openssl/Makefile b/devel/mingw32-openssl/Makefile index efc8d5b6f0b6..984e6ffd266e 100644 --- a/devel/mingw32-openssl/Makefile +++ b/devel/mingw32-openssl/Makefile @@ -25,6 +25,7 @@ COMMENT= The OpenSSL library cross-compiled for MinGW32 BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend \ ${PKGNAMEPREFIX}gcc:${PORTSDIR}/devel/${PKGNAMEPREFIX}gcc \ + ${LOCALBASE}/mingw32/include/stdlib.h:${PORTSDIR}/devel/${PKGNAMEPREFIX}bin-msvcrt \ ${LOCALBASE}/mingw32/lib/libz.a:${PORTSDIR}/devel/mingw32-zlib USE_PERL5_BUILD= yes |