diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-01-02 23:17:48 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-01-02 23:17:48 +0000 |
commit | 0a0ab0a8a40698f55d87915b5976a663b6d7aef4 (patch) | |
tree | 18dc55d55c72fd69aaf2efc0c53db5eedfd5c40e | |
parent | Use LIB_DEPENDS instead of RUN_DEPENDS. It's more appropriate here. (diff) |
Remove dependencies to header files in ${PREFIX} to avoid problems
if openssl is in the base system already.
Notes
Notes:
svn path=/head/; revision=24366
-rw-r--r-- | security/sslproxy/Makefile | 1 | ||||
-rw-r--r-- | security/sslwrap/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/security/sslproxy/Makefile b/security/sslproxy/Makefile index c2b39bbb2192..4b0a52a99270 100644 --- a/security/sslproxy/Makefile +++ b/security/sslproxy/Makefile @@ -13,7 +13,6 @@ MASTER_SITES= ftp://ftp.obdev.at/pub/Products/sslproxy/ MAINTAINER= alexlh@funk.org -BUILD_DEPENDS= ${PREFIX}/include/openssl/ssl.h:${PORTSDIR}/security/openssl LIB_DEPENDS= crypto.1:${PORTSDIR}/security/openssl \ ssl.1:${PORTSDIR}/security/openssl diff --git a/security/sslwrap/Makefile b/security/sslwrap/Makefile index 952d15018227..e11a6b5a6b72 100644 --- a/security/sslwrap/Makefile +++ b/security/sslwrap/Makefile @@ -15,7 +15,6 @@ MAINTAINER= ZGabor@CoDe.HU 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 LIB_DEPENDS= rsaref.2:${PORTSDIR}/security/rsaref |