diff options
author | Steve Price <steve@FreeBSD.org> | 1998-07-11 17:42:30 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-07-11 17:42:30 +0000 |
commit | a564b230668f451b389a8878b70a4631113105e3 (patch) | |
tree | e8a39d3cf0bdd3e7516eb9d2220d9bd71c5f6c83 /security/openssl | |
parent | d9b78090dfaedef69f9b18806135b4d69adfa513 (diff) |
Notes
Diffstat (limited to 'security/openssl')
-rw-r--r-- | security/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index e7a2afc95bde..360f7f5fa48c 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -3,7 +3,7 @@ # Date created: 15 Aug 1997 # Whom: markm@freebsd.org # -# $Id: Makefile,v 1.16 1998/02/17 21:14:23 markm Exp $ +# $Id: Makefile,v 1.17 1998/07/06 04:55:30 itojun Exp $ DISTNAME= SSLeay-0.8.1b CATEGORIES= devel security @@ -24,7 +24,7 @@ pre-fetch: @false .elif defined(USA_RESIDENT) .if ${USA_RESIDENT} == YES -BUILD_DEPENDS= rsaref\\.2\\.:${PORTSDIR}/security/rsaref +LIB_DEPENDS= rsaref\\.2\\.:${PORTSDIR}/security/rsaref post-configure: ${CP} ${WRKSRC}/rsaref/rsaref.h ${WRKSRC}/include/rsaref.h |