diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-11-07 22:25:40 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-11-07 22:25:40 +0000 |
commit | acf35466446c6b369b534baa051eaf8468d9db77 (patch) | |
tree | 12500663952f3721816fb18b0ab39525e506cb3c /net | |
parent | bd8d8600c4cd2d871aaa0a5244d266c861f4a285 (diff) | |
download | freebsd-ports-acf35466446c6b369b534baa051eaf8468d9db77.zip |
Change dependencies from static to shared openssl libraries,
because openssl also builds shared libraries, now.
Diffstat (limited to 'net')
-rw-r--r-- | net/pipsecd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pipsecd/Makefile b/net/pipsecd/Makefile index 672e747a7ef0..3225b52c033f 100644 --- a/net/pipsecd/Makefile +++ b/net/pipsecd/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.enst.fr/~beyssac/pipsec/ \ MAINTAINER= patrick@mindstep.com -BUILD_DEPENDS= ${PREFIX}/lib/libcrypto.a:${PORTSDIR}/security/openssl:install +LIB_DEPENDS= crypto.1:${PORTSDIR}/security/openssl ALL_TARGET= pipsecd |