1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

if USA_RESIDENT is set:

LIB_DEPENDS line: forgotten ´=´
changed LIB_DEPENDS to a needed BUILD_DEPENDS=	rsaref:....
This commit is contained in:
Andreas Klemm 1997-08-16 10:24:56 +00:00
parent 1e60315418
commit 196a0104a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7604
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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