From 4d0ffe3b6efa23463cef765c66cad07458173485 Mon Sep 17 00:00:00 2001 From: clive Date: Mon, 5 Mar 2001 08:39:33 +0000 Subject: Dumb-safe. Tell p5-Net-SSLeay that our openssl lives under "/usr" Since we don't support RELENG_3 now, it's fairly enough to assume that `which openssl` is /usr/bin/openssl. Reviewed by: vanilla --- security/p5-Net-SSLeay/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'security') diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile index e64118fb3368..ee6759562a07 100644 --- a/security/p5-Net-SSLeay/Makefile +++ b/security/p5-Net-SSLeay/Makefile @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.ORG RESTRICTED= "Cryptography" PERL_CONFIGURE= yes +CONFIGURE_ARGS+= "/usr" USE_OPENSSL= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -- cgit