diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-08-16 10:51:04 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-08-16 10:51:04 +0000 |
commit | 1eb9b1c78ad75273914c7d2e3588284ab52fad21 (patch) | |
tree | 9eb1d659cb7355b2aae7a3161d6308e7835dc7e6 /security | |
parent | if USA_RESIDENT is set: (diff) |
BUILD_DEPENDS was not ok, now comes the really needed LIB_DEPENDS line ;-)
Notes
Notes:
svn path=/head/; revision=7605
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl-beta/Makefile | 4 | ||||
-rw-r--r-- | security/openssl/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile index a7d2ad4670de..b949fc731976 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.11 1997/08/15 15:31:57 markm Exp $ +# $Id: Makefile,v 1.12 1997/08/16 10:24:56 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 -BUILD_DEPENDS= rsaref:${PORTSDIR}/security/rsaref +LIB_DEPENDS= rsaref\\.2\\.:${PORTSDIR}/security/rsaref post-configure: ${CP} ${WRKSRC}/rsaref/rsaref.h ${WRKSRC}/include/rsaref.h diff --git a/security/openssl/Makefile b/security/openssl/Makefile index a7d2ad4670de..b949fc731976 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.11 1997/08/15 15:31:57 markm Exp $ +# $Id: Makefile,v 1.12 1997/08/16 10:24:56 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 -BUILD_DEPENDS= rsaref:${PORTSDIR}/security/rsaref +LIB_DEPENDS= rsaref\\.2\\.:${PORTSDIR}/security/rsaref post-configure: ${CP} ${WRKSRC}/rsaref/rsaref.h ${WRKSRC}/include/rsaref.h |