diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-01-08 17:59:41 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-01-08 17:59:41 +0000 |
commit | ccd4eff1b49405149cc8a1e3c63c91b60f702921 (patch) | |
tree | c769ea8a7b1f42825b281acc0901c94362fa2a02 /net/wackamole | |
parent | 5757f03eeed24bdada5085da183cd186c3aa99b1 (diff) |
Notes
Diffstat (limited to 'net/wackamole')
-rw-r--r-- | net/wackamole/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/wackamole/Makefile b/net/wackamole/Makefile index 0189aabe512c..01be6470e990 100644 --- a/net/wackamole/Makefile +++ b/net/wackamole/Makefile @@ -22,4 +22,10 @@ CONFIGURE_ENV+= YACC=${YACC} MAN5= wackamole.conf.5 MAN8= wackamole.8 wackatrl.8 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800059 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |