diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2018-12-22 11:44:37 +0800 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2018-12-22 11:44:37 +0800 |
commit | 1ed9231979be5b901b797db6b5da670280382e4c (patch) | |
tree | 84a4682022fcf9c9d45f7e66456d09fa71b17ee1 /mail | |
parent | 2812459a6ca655d31b8de5c23941f39362af7981 (diff) | |
download | freebsd-ports-gnome-1ed9231979be5b901b797db6b5da670280382e4c.tar.gz freebsd-ports-gnome-1ed9231979be5b901b797db6b5da670280382e4c.tar.zst freebsd-ports-gnome-1ed9231979be5b901b797db6b5da670280382e4c.zip |
- Sorry, fix typo :(
Diffstat (limited to 'mail')
-rw-r--r-- | mail/opensmtpd-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/opensmtpd-devel/Makefile b/mail/opensmtpd-devel/Makefile index 197de18fd8d8..5a644cfa7889 100644 --- a/mail/opensmtpd-devel/Makefile +++ b/mail/opensmtpd-devel/Makefile @@ -65,7 +65,7 @@ CONFIGURE_ARGS+= --with-libasr=${LOCALBASE} \ .if ${OPSYS} == FreeBSD && \ ((${OSVERSION} > 1200084 && ${SSL_DEFAULT} == "base") || \ (${SSL_DEFAULT} == "openssl111")) -OBBROKEN= Incompatible with Openssl 1.1.x yet +BROKEN= Incompatible with Openssl 1.1.x yet .endif post-patch: |