diff options
Diffstat (limited to 'security/openssh')
-rw-r--r-- | security/openssh/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 9be0d009e818..c0aec37774de 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -16,14 +16,11 @@ EXTRACT_SUFX= .tgz MAINTAINER= green@FreeBSD.org -USE_OPENSSL= RSA +USE_OPENSSL= YES .include <bsd.port.pre.mk> CRYPTOLIBS= -L${OPENSSLLIB} -lcrypto -.if defined(OPENSSL_RSAREF) -CRYPTOLIBS+= -lRSAglue -L${LOCALBASE}/lib -lrsaref -.endif # Here, MANDIR is concetenated to DESTDIR which all forms the man install dir... MAKE_ENV+= DESTDIR=${PREFIX} MANDIR=/man/man CRYPTOLIBS="${CRYPTOLIBS}" .if ${OSVERSION} < 400014 |