diff options
author | dirk <dirk@FreeBSD.org> | 2000-01-03 06:58:02 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2000-01-03 06:58:02 +0800 |
commit | ef7f3c37e742d8791b0e79accafd649f6d3036f3 (patch) | |
tree | a80009a58a6e9a72bdc11f16cc22bf228e40495a /security/sslwrap | |
parent | 00c16a45ff0e2ad59432e969c18f5357c03ee477 (diff) | |
download | freebsd-ports-gnome-ef7f3c37e742d8791b0e79accafd649f6d3036f3.tar.gz freebsd-ports-gnome-ef7f3c37e742d8791b0e79accafd649f6d3036f3.tar.zst freebsd-ports-gnome-ef7f3c37e742d8791b0e79accafd649f6d3036f3.zip |
Use LIB_DEPENDS instead of RUN_DEPENDS. It's more appropriate here.
Diffstat (limited to 'security/sslwrap')
-rw-r--r-- | security/sslwrap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/sslwrap/Makefile b/security/sslwrap/Makefile index 5365480f02b3..952d15018227 100644 --- a/security/sslwrap/Makefile +++ b/security/sslwrap/Makefile @@ -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 |