diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-11-10 10:09:48 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-11-10 10:09:48 +0000 |
commit | 35326f1a9714f76f3671b263a47134133258ec1b (patch) | |
tree | ec00e643384652d97e7643f40c6342bff01bff0b /sysutils/bacula-server/Makefile | |
parent | 532b7359be003bf854d62cb7aaccdee30cc43d18 (diff) | |
download | ports-35326f1a9714f76f3671b263a47134133258ec1b.tar.gz ports-35326f1a9714f76f3671b263a47134133258ec1b.zip |
Notes
Diffstat (limited to 'sysutils/bacula-server/Makefile')
-rw-r--r-- | sysutils/bacula-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile index 3baf5780b796..f9d2bf29c8f0 100644 --- a/sysutils/bacula-server/Makefile +++ b/sysutils/bacula-server/Makefile @@ -132,8 +132,8 @@ MTX_RUN_DEPENDS= ${LOCALBASE}/sbin/mtx:misc/mtx .include <bsd.port.pre.mk> -.if ${SSL_DEFAULT:Mopenssl-devel} -BROKEN= Does not build with openssl-devel +.if ${SSL_DEFAULT:Mopenssl111} +BROKEN= Does not build with openssl111 .endif .if ${readline_ARGS} == "port" |