diff options
author | miwi <miwi@FreeBSD.org> | 2007-02-07 05:59:35 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-02-07 05:59:35 +0800 |
commit | 012eef8db266ec7c49f3331e2a04541cbd8974d8 (patch) | |
tree | b811dbb10b07cd7451bb9d1e71a06782cab4af0b /dns/powerdns-recursor | |
parent | c6d54b7d5af260f0b3a51250d96721dbb936e54f (diff) | |
download | freebsd-ports-gnome-012eef8db266ec7c49f3331e2a04541cbd8974d8.tar.gz freebsd-ports-gnome-012eef8db266ec7c49f3331e2a04541cbd8974d8.tar.zst freebsd-ports-gnome-012eef8db266ec7c49f3331e2a04541cbd8974d8.zip |
- Remove semi-static
- Remove IGNORE on FreeBSD 4.x, it's no longer need.
Submitted by: Sten Spans <sten@blinkenlights.nl> (maintainer)
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 |