diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-08-16 10:24:56 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-08-16 10:24:56 +0000 |
commit | 196a0104a7b1c8f50d23603b613fabe5df60ed59 (patch) | |
tree | e8b5b7a6c92ab9f7e6d76e9b20773ecb1914fc1d /security/openssl | |
parent | 1e60315418ab3d9d07588e8f2165fbea5dd14370 (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 4c169e9ee2d5..a7d2ad4670de 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -3,7 +3,7 @@ # Date created: 15 Aug 1997 # Whom: markm@freebsd.org # -# $Id$ +# $Id: Makefile,v 1.11 1997/08/15 15:31:57 markm Exp $ DISTNAME= SSLeay-0.8.1 CATEGORIES= devel security @@ -24,7 +24,7 @@ pre-fetch: @false .elif defined(USA_RESIDENT) .if ${USA_RESIDENT} == YES -LIB_DEPENDS rsaref:${PORTSDIR}/security/rsaref +BUILD_DEPENDS= rsaref:${PORTSDIR}/security/rsaref post-configure: ${CP} ${WRKSRC}/rsaref/rsaref.h ${WRKSRC}/include/rsaref.h |