diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-10-08 06:17:56 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-10-08 06:17:56 +0000 |
commit | b05e6687f63c441c29b9cfa9135753337f4d80b1 (patch) | |
tree | b30443271ea04af9c5524efb1ebbbf72fec8df22 /security/ssh2 | |
parent | efa62cf97ca28d6be911e54cd9f26c6a467bf51d (diff) | |
download | ports-b05e6687f63c441c29b9cfa9135753337f4d80b1.tar.gz ports-b05e6687f63c441c29b9cfa9135753337f4d80b1.zip |
Notes
Diffstat (limited to 'security/ssh2')
-rw-r--r-- | security/ssh2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index 1c4428d0a7a1..92572074f804 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.67 1998/10/08 03:42:23 jkh Exp $ +# $Id: Makefile,v 1.68 1998/10/08 06:16:18 jkh Exp $ # # Maximal ssh package requires YES values for # USE_PERL, USE_TCPWRAP @@ -27,7 +27,8 @@ MASTER_SITES= \ ftp://isdec.vc.cvut.cz/pub/security/unimi/crypt/applied-crypto/ CONFIGURE_ARGS+= --with-rsaref -BUILD_DEPENDS+= ${PORTSDIR}/security/rsaref/work/.extract_done:${PORTSDIR}/security/rsaref +LIB_DEPENDS+= rsaref.2:${PORTSDIR}/security/rsaref +BUILD_DEPENDS+= /nonexistent:${PORTSDIR}/security/rsaref:extract .endif # |