From a564b230668f451b389a8878b70a4631113105e3 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sat, 11 Jul 1998 17:42:30 +0000 Subject: BUILD_DEPENDS -> LIB_DEPENDS PR: the part of 7188 I missed the first time around Submitted by: Scot W. Hetzel --- security/openssl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/openssl') 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 -- cgit v1.2.3