diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-05-08 06:29:46 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-05-08 06:29:46 +0800 |
commit | 6062703b809f64ef1da92cb001ceb2cd6e466e4c (patch) | |
tree | 9d553fcb5181a65656f17c284dc5954946973eb4 /dns/powerdns-recursor | |
parent | 92c5a7ac6b6df5b4df8a8ff50df634b053d9b450 (diff) | |
download | freebsd-ports-gnome-6062703b809f64ef1da92cb001ceb2cd6e466e4c.tar.gz freebsd-ports-gnome-6062703b809f64ef1da92cb001ceb2cd6e466e4c.tar.zst freebsd-ports-gnome-6062703b809f64ef1da92cb001ceb2cd6e466e4c.zip |
Drop FreeBSD 10.3 support
Reviewed by: yuri (SoPlex), sunpoet (nghttp2), cpm (chromium), brooks (llvm*)
Approved by: portmgr (rene)
Differential Revision: https://reviews.freebsd.org/D15238
Diffstat (limited to 'dns/powerdns-recursor')
-rw-r--r-- | dns/powerdns-recursor/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/dns/powerdns-recursor/Makefile b/dns/powerdns-recursor/Makefile index 5191fa1c8da3..a40ad0cdd976 100644 --- a/dns/powerdns-recursor/Makefile +++ b/dns/powerdns-recursor/Makefile @@ -54,10 +54,4 @@ SETUID_VARS= USERS=pdns_recursor GROUPS=pdns SUB_FILES= pkg-message -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 1003506 -IGNORE= no _cxa_thread_atexit() support in FreeBSD libc < 10.4 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |