From be7c5d361e1cad06c4e86982f9f203288d9ee228 Mon Sep 17 00:00:00 2001 From: brad Date: Sat, 4 Sep 1999 04:02:55 +0000 Subject: [PATCH] style --- security/SSLeay/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/security/SSLeay/Makefile b/security/SSLeay/Makefile index 621c7eb7ac5..55094197140 100644 --- a/security/SSLeay/Makefile +++ b/security/SSLeay/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 1999/06/19 05:30:11 brad Exp $ +# $OpenBSD: Makefile,v 1.8 1999/09/04 04:02:55 brad Exp $ DISTNAME= SSLeay-0.9.0b CATEGORIES= security @@ -19,9 +19,9 @@ CONFIGURE_SCRIPT=Configure CONFIGURE_ARGS+= -DPERL5 .if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES -LIB_DEPENDS= rsaref:${PORTSDIR}/security/rsaref +LIB_DEPENDS= rsaref.2.0:${PORTSDIR}/security/rsaref CONFIGURE_ENV+= USA_RESIDENT=YES -CONFIGURE_ARGS+= -I../../rsaref/ -DRSAref +CONFIGURE_ARGS+= -I../../rsaref -DRSAref .endif .if (${MACHINE_ARCH} == "i386") @@ -59,12 +59,12 @@ fetch-depends: post-patch: .if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES - ${PATCH} ${PATCH_DIST_ARGS} < ${FILESDIR}/rsaref.patch + @${PATCH} ${PATCH_DIST_ARGS} < ${FILESDIR}/rsaref.patch .endif pre-build: .if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES - ${CP} ${FILESDIR}/do-rsaref-ssl ${WRKSRC} + @${CP} ${FILESDIR}/do-rsaref-ssl ${WRKSRC} .endif post-install: