diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-02-06 21:59:35 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-02-06 21:59:35 +0000 |
commit | 947509047e07bee028cc0a166b7f0954399c2dc9 (patch) | |
tree | 9cbaab78ea78334c31f912d01efae320a6ccbde0 /dns/powerdns-recursor | |
parent | c4524bef4d7f9c17f4df670b554145c17fdea7f5 (diff) | |
download | ports-947509047e07bee028cc0a166b7f0954399c2dc9.tar.gz ports-947509047e07bee028cc0a166b7f0954399c2dc9.zip |
- Remove semi-static
- Remove IGNORE on FreeBSD 4.x, it's no longer need.
Submitted by: Sten Spans <sten@blinkenlights.nl> (maintainer)
Notes
Notes:
svn path=/head/; revision=184428
Diffstat (limited to 'dns/powerdns-recursor')
-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 |