diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-08-16 13:15:03 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-08-16 13:15:03 +0000 |
commit | 2ebbc542f4bd698d2b76316d5b08fb9d7370a865 (patch) | |
tree | ed2fe8746ba100a05f4c9ab6a268716cc7720136 /security/openssl-beta/Makefile | |
parent | f48f4dcfd107ddefc4b71d1ab385b53fc091e2b2 (diff) | |
download | ports-2ebbc542f4bd698d2b76316d5b08fb9d7370a865.tar.gz ports-2ebbc542f4bd698d2b76316d5b08fb9d7370a865.zip |
Notes
Diffstat (limited to 'security/openssl-beta/Makefile')
-rw-r--r-- | security/openssl-beta/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile index cee99512e2a4..1a459f2b44f5 100644 --- a/security/openssl-beta/Makefile +++ b/security/openssl-beta/Makefile @@ -3,7 +3,7 @@ # Date created: 15 Aug 1997 # Whom: markm@freebsd.org # -# $Id: Makefile,v 1.13 1997/08/16 10:51:04 andreas Exp $ +# $Id: Makefile,v 1.14 1997/08/16 12:19:55 andreas 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\\.2\\.:${PORTSDIR}/security/rsaref +BUILD_DEPENDS= rsaref\\.2\\.:${PORTSDIR}/security/rsaref post-configure: ${CP} ${WRKSRC}/rsaref/rsaref.h ${WRKSRC}/include/rsaref.h |