diff options
author | andreas <andreas@FreeBSD.org> | 1997-08-16 10:24:56 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-08-16 10:24:56 +0000 |
commit | 742676d619f647cec6a275598e847e68db13cc32 (patch) | |
tree | 2b19b27b4681cdacfaf0655316953505074fa073 /security | |
parent | a5f8751797341f25cb53b8a48401a47690ee33c8 (diff) | |
download | FreeBSD-ports-742676d619f647cec6a275598e847e68db13cc32.zip FreeBSD-ports-742676d619f647cec6a275598e847e68db13cc32.tar.gz |
if USA_RESIDENT is set:
LIB_DEPENDS line: forgotten ´=´
changed LIB_DEPENDS to a needed BUILD_DEPENDS= rsaref:....
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 4c169e9..a7d2ad4 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$ +# $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 diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 4c169e9..a7d2ad4 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 |