diff options
author | steve <steve@FreeBSD.org> | 1998-07-11 17:42:30 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-07-11 17:42:30 +0000 |
commit | 33ab039dfd2feb59662a4f9fa879fd125b5b8b8b (patch) | |
tree | e44c90e7165289d057bc750148d99cde971d5079 /security | |
parent | 518204efb529c339a32617c7a07660e573ba4dc5 (diff) | |
download | FreeBSD-ports-33ab039dfd2feb59662a4f9fa879fd125b5b8b8b.zip FreeBSD-ports-33ab039dfd2feb59662a4f9fa879fd125b5b8b8b.tar.gz |
BUILD_DEPENDS -> LIB_DEPENDS
PR: the part of 7188 I missed the first time around
Submitted by: Scot W. Hetzel <hetzels@westbend.net>
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 e7a2afc..360f7f5 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.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 diff --git a/security/openssl/Makefile b/security/openssl/Makefile index e7a2afc..360f7f5 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 |