1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Shame on me ... we need BUILD_DEPEND, not LIB_DEPEND.

It must be the heat ;-)
This commit is contained in:
Andreas Klemm 1997-08-16 13:15:03 +00:00
parent f48f4dcfd1
commit 2ebbc542f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7607
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: Makefile,v 1.13 1997/08/16 10:51:04 andreas Exp $
# $Id: Makefile,v 1.14 1997/08/16 12:19:55 andreas 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\\.2\\.:${PORTSDIR}/security/rsaref
BUILD_DEPENDS= rsaref\\.2\\.:${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: Makefile,v 1.13 1997/08/16 10:51:04 andreas Exp $
# $Id: Makefile,v 1.14 1997/08/16 12:19:55 andreas 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\\.2\\.:${PORTSDIR}/security/rsaref
BUILD_DEPENDS= rsaref\\.2\\.:${PORTSDIR}/security/rsaref
post-configure:
${CP} ${WRKSRC}/rsaref/rsaref.h ${WRKSRC}/include/rsaref.h