1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00

Use LIB_DEPENDS instead of RUN_DEPENDS. It's more appropriate here.

This commit is contained in:
Dirk Froemberg 2000-01-02 22:58:02 +00:00
parent 5a2876c048
commit 2e3aadb778
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24365

View File

@ -13,7 +13,8 @@ MASTER_SITES= http://www.rickk.com/sslwrap/
MAINTAINER= ZGabor@CoDe.HU
RUN_DEPENDS= ${PREFIX}/lib/libssl.a:${PORTSDIR}/security/openssl
LIB_DEPENDS= crypto.1:${PORTSDIR}/security/openssl \
ssl.1:${PORTSDIR}/security/openssl
BUILD_DEPENDS= ${PREFIX}/include/openssl/ssl.h:${PORTSDIR}/security/openssl
.if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES