diff options
author | clive <clive@FreeBSD.org> | 2001-03-05 16:39:33 +0800 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2001-03-05 16:39:33 +0800 |
commit | 4d0ffe3b6efa23463cef765c66cad07458173485 (patch) | |
tree | e27804aa0c24c340d35539bf54de73c836cedf54 /security | |
parent | 061e048b162960eac27982647b8153bbcc866a97 (diff) | |
download | freebsd-ports-gnome-4d0ffe3b6efa23463cef765c66cad07458173485.tar.gz freebsd-ports-gnome-4d0ffe3b6efa23463cef765c66cad07458173485.tar.zst freebsd-ports-gnome-4d0ffe3b6efa23463cef765c66cad07458173485.zip |
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
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Net-SSLeay/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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} |