diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-12 15:40:39 +0800 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-12 15:40:39 +0800 |
commit | ffce433fd291da3119f7dfd9786dbdbc45a5bf55 (patch) | |
tree | 308d747369d99c524a8187a7ea0f74db8c5bfa01 /comms | |
parent | 25c2b8442676f462127af87176352cf8549a8b98 (diff) | |
download | freebsd-ports-gnome-ffce433fd291da3119f7dfd9786dbdbc45a5bf55.tar.gz freebsd-ports-gnome-ffce433fd291da3119f7dfd9786dbdbc45a5bf55.tar.zst freebsd-ports-gnome-ffce433fd291da3119f7dfd9786dbdbc45a5bf55.zip |
Mark BROKEN on 8.x: does not build.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/yawmppp/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/comms/yawmppp/Makefile b/comms/yawmppp/Makefile index cbfcdfc716ea..5174a0963cd9 100644 --- a/comms/yawmppp/Makefile +++ b/comms/yawmppp/Makefile @@ -45,4 +45,10 @@ do-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800064 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |