diff options
Diffstat (limited to 'dns')
-rw-r--r-- | dns/powerdns-recursor/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/dns/powerdns-recursor/Makefile b/dns/powerdns-recursor/Makefile index fddc0b8c3901..71317aae8cfd 100644 --- a/dns/powerdns-recursor/Makefile +++ b/dns/powerdns-recursor/Makefile @@ -39,13 +39,6 @@ USE_RC_SUBR+= pdns-recursor .if defined(WITH_STATIC) MAKE_ENV+=STATIC=full PLIST_SUB+= STATIC="@comment " -.else -MAKE_ENV+=STATIC=semi -PLIST_SUB+= STATIC="" -.endif - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on 4.x .endif .if exists(/usr/include/ucontext.h) && ${OSVERSION} >= 500000 |