diff options
author | nork <nork@FreeBSD.org> | 2010-05-04 18:49:50 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2010-05-04 18:49:50 +0800 |
commit | 31ff602c48e84cb262ac8d8ddbd3de11a0ddd76c (patch) | |
tree | 4e7aae28d1ac765bd83f81a8d3bf28da8057c750 /security/p5-Crypt-OpenSSL-RSA | |
parent | d403a08aa22f23c4ac961c8ff1f9faa672c995b7 (diff) | |
download | freebsd-ports-gnome-31ff602c48e84cb262ac8d8ddbd3de11a0ddd76c.tar.gz freebsd-ports-gnome-31ff602c48e84cb262ac8d8ddbd3de11a0ddd76c.tar.zst freebsd-ports-gnome-31ff602c48e84cb262ac8d8ddbd3de11a0ddd76c.zip |
Fix build issue WITH_OPENSSL_PORT.
PR: ports/146286
Submitted by: Dan Lukes dan obluda cz
Diffstat (limited to 'security/p5-Crypt-OpenSSL-RSA')
-rw-r--r-- | security/p5-Crypt-OpenSSL-RSA/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/p5-Crypt-OpenSSL-RSA/Makefile b/security/p5-Crypt-OpenSSL-RSA/Makefile index 342fba68bdf4..ae8722e9b1c0 100644 --- a/security/p5-Crypt-OpenSSL-RSA/Makefile +++ b/security/p5-Crypt-OpenSSL-RSA/Makefile @@ -19,6 +19,8 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/Random.pm:${PORTSDIR}/secur BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes +USE_OPENSSL= yes +MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC} MAN3= Crypt::OpenSSL::RSA.3 |