diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2018-11-02 13:32:34 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2018-11-02 13:32:34 +0000 |
| commit | 8a502cb2d43b4059a5678ee4539ca03603104107 (patch) | |
| tree | 2c2c3d0def8d9d1ad349013f7b532f0065f57789 /sysutils/passwordsafe | |
| parent | databases/percona57-server: Adapt ${name}_limits to the new resource (diff) | |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724
Diffstat (limited to 'sysutils/passwordsafe')
| -rw-r--r-- | sysutils/passwordsafe/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/passwordsafe/Makefile b/sysutils/passwordsafe/Makefile index 1e26222d1425..426d7154a7fd 100644 --- a/sysutils/passwordsafe/Makefile +++ b/sysutils/passwordsafe/Makefile @@ -66,10 +66,4 @@ post-install-NLS-on: ${STAGEDIR}${PREFIX}/locale/$l/LC_MESSAGES .endfor -.include <bsd.port.pre.mk> - -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000 -BROKEN= clang segfaults on 10.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |
