diff options
author | leeym <leeym@FreeBSD.org> | 2008-09-08 13:12:24 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2008-09-08 13:12:24 +0800 |
commit | e8fe6019a74aeeaf0047380ee56d6d4c8e72781d (patch) | |
tree | f8cb7da74fbddc2c1ed8187a225de76b2f064678 /security/p5-Net-SSLeay | |
parent | c82e30c9f85805f6e67cd3a1eb3c8b5641752244 (diff) | |
download | freebsd-ports-gnome-e8fe6019a74aeeaf0047380ee56d6d4c8e72781d.tar.gz freebsd-ports-gnome-e8fe6019a74aeeaf0047380ee56d6d4c8e72781d.tar.zst freebsd-ports-gnome-e8fe6019a74aeeaf0047380ee56d6d4c8e72781d.zip |
- set OPENSSL_PREFIX correctly
PR: 126914
Submitted by: oliver
Diffstat (limited to 'security/p5-Net-SSLeay')
-rw-r--r-- | security/p5-Net-SSLeay/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile index b523398ab493..2e885dd57de2 100644 --- a/security/p5-Net-SSLeay/Makefile +++ b/security/p5-Net-SSLeay/Makefile @@ -15,7 +15,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to SSL PERL_CONFIGURE= yes -CONFIGURE_ARGS= "${OPENSSLBASE}" +CONFIGURE_ENV= OPENSSL_PREFIX=${OPENSSLBASE} USE_OPENSSL= yes MAN3= Net::SSLeay.3 Net::SSLeay::Handle.3 |