diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-04-03 19:39:55 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-04-03 19:39:55 +0000 |
commit | 98da76e2e575688d78f4b9fe102fce6ae1b3e996 (patch) | |
tree | 9190a271b4381de48b921558328743610387e1b5 /security/hpn-ssh | |
parent | 6947aae17d1ca9f477621678d90ab162cf6c6829 (diff) | |
download | FreeBSD-ports-98da76e2e575688d78f4b9fe102fce6ae1b3e996.zip FreeBSD-ports-98da76e2e575688d78f4b9fe102fce6ae1b3e996.tar.gz |
- use 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 9150c7d..62133cc 100644 --- a/security/hpn-ssh/Makefile +++ b/security/hpn-ssh/Makefile @@ -141,7 +141,7 @@ test: .include <bsd.port.pre.mk> -.include "${PORTSDIR}/security/openssl/Makefile.ssl" +.include "${PORTSDIR}/security/openssl/bsd.openssl.mk" CONFIGURE_ARGS+= --with-ssl-dir=${OPENSSLBASE} .include <bsd.port.post.mk> |