aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2010-05-04 14:34:25 +0800
committernork <nork@FreeBSD.org>2010-05-04 14:34:25 +0800
commit746abe37d3fccc2728774461bc2ff6c2d59271b0 (patch)
tree0c65d4f36eb6fa5e45c6d1fd0f8d7e8b9b041fb2 /security
parent53f35f22ce154c7c559c97400e72cfb93354b950 (diff)
downloadfreebsd-ports-gnome-746abe37d3fccc2728774461bc2ff6c2d59271b0.tar.gz
freebsd-ports-gnome-746abe37d3fccc2728774461bc2ff6c2d59271b0.tar.zst
freebsd-ports-gnome-746abe37d3fccc2728774461bc2ff6c2d59271b0.zip
Fix build error WITH_OPENSSL_PORT.
PR: 146283 Submitted by: Dan Lukes dan obluda cz
Diffstat (limited to 'security')
-rw-r--r--security/p5-Crypt-OpenSSL-Random/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/p5-Crypt-OpenSSL-Random/Makefile b/security/p5-Crypt-OpenSSL-Random/Makefile
index 742d186f74ff..d5975362d6a6 100644
--- a/security/p5-Crypt-OpenSSL-Random/Makefile
+++ b/security/p5-Crypt-OpenSSL-Random/Makefile
@@ -15,6 +15,8 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 interface to the OpenSSL pseudo-random number generator
PERL_CONFIGURE= yes
+USE_OPENSSL= yes
+MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC}
MAN3= Crypt::OpenSSL::Random.3