diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-08-28 15:38:18 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-08-28 15:38:18 +0000 |
commit | 162b1e72de32c194510910cb119f0b756e0eedca (patch) | |
tree | 70561ba0aab5be91ede6b42af1261ecf9614f120 /security/hpn-ssh | |
parent | 932eb2d5750a214e130cd9c6ce4d90413d8326c9 (diff) | |
download | FreeBSD-ports-162b1e72de32c194510910cb119f0b756e0eedca.zip FreeBSD-ports-162b1e72de32c194510910cb119f0b756e0eedca.tar.gz |
- use hook for bsd.openssl.mk
Diffstat (limited to 'security/hpn-ssh')
-rw-r--r-- | security/hpn-ssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/hpn-ssh/Makefile b/security/hpn-ssh/Makefile index 7b6b7b3..1aab176 100644 --- a/security/hpn-ssh/Makefile +++ b/security/hpn-ssh/Makefile @@ -20,6 +20,7 @@ MLINKS= ssh.1 slogin.1 MAN5= ssh_config.5 sshd_config.5 MAN8= sftp-server.8 sshd.8 ssh-keysign.8 +USE_OPENSSL= yes CRYPTOLIBS= -L${OPENSSLLIB} -lcrypto GNU_CONFIGURE= yes CONFIGURE_ENV+= LDFLAGS=${LDFLAGS} @@ -139,7 +140,6 @@ test: .include <bsd.port.pre.mk> -.include "${PORTSDIR}/security/openssl/bsd.openssl.mk" .if defined(KRB5_HOME) && exists(${KRB5_HOME}) .if ${OPENSSLBASE} == "/usr" CONFIGURE_ARGS+= --without-rpath |