diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2010-05-04 06:34:25 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2010-05-04 06:34:25 +0000 |
commit | b8261c289eab650966bcb18c5e40cad510092acd (patch) | |
tree | e36488f221321d460e1cbd49f10ae2c79fb3adf6 | |
parent | 75312a64e117b50c6b4bfa010b8d40755b8e1948 (diff) | |
download | ports-b8261c289eab650966bcb18c5e40cad510092acd.tar.gz ports-b8261c289eab650966bcb18c5e40cad510092acd.zip |
Fix build error WITH_OPENSSL_PORT.
PR: 146283
Submitted by: Dan Lukes dan obluda cz
Notes
Notes:
svn path=/head/; revision=253662
-rw-r--r-- | security/p5-Crypt-OpenSSL-Random/Makefile | 2 |
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 |