diff options
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 |