diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-01-02 22:58:02 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-01-02 22:58:02 +0000 |
commit | 2e3aadb778d8a00478deee4848ed4cf6b6488d73 (patch) | |
tree | 4d1a295e1478c992422a720f8bcb2533464276b3 /security/sslwrap/Makefile | |
parent | 5a2876c04891cd529fc62cb1ef2eb465484b813a (diff) | |
download | ports-2e3aadb778d8a00478deee4848ed4cf6b6488d73.tar.gz ports-2e3aadb778d8a00478deee4848ed4cf6b6488d73.zip |
Notes
Diffstat (limited to 'security/sslwrap/Makefile')
-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 |