diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-05-07 22:29:46 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-05-07 22:29:46 +0000 |
commit | 67a9073255c853a66ec40e20ec79b92c2b44bc85 (patch) | |
tree | 9d553fcb5181a65656f17c284dc5954946973eb4 /dns/powerdns-recursor | |
parent | 9f6655b0e0dc5c41080004b9e7d0f84295ae8364 (diff) | |
download | ports-67a9073255c853a66ec40e20ec79b92c2b44bc85.tar.gz ports-67a9073255c853a66ec40e20ec79b92c2b44bc85.zip |
Notes
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> |