summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-07-11 17:42:30 +0000
committerSteve Price <steve@FreeBSD.org>1998-07-11 17:42:30 +0000
commita564b230668f451b389a8878b70a4631113105e3 (patch)
treee8a39d3cf0bdd3e7516eb9d2220d9bd71c5f6c83 /security
parentCorrect maintainer's e-mail address. (diff)
BUILD_DEPENDS -> LIB_DEPENDS
PR: the part of 7188 I missed the first time around Submitted by: Scot W. Hetzel <hetzels@westbend.net>
Notes
Notes: svn path=/head/; revision=11826
Diffstat (limited to 'security')
-rw-r--r--security/openssl-beta/Makefile4
-rw-r--r--security/openssl/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile
index e7a2afc95bde..360f7f5fa48c 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 e7a2afc95bde..360f7f5fa48c 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