diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-01-27 17:20:20 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-01-27 17:20:20 +0000 |
commit | f8a601a78b377b72be3575b95f4240f64960b466 (patch) | |
tree | d59029ab08eead44c6bfb33b6cf3af31aefabb55 | |
parent | Fix several 64bit-Bugs, which according to the submitter (diff) |
- Mark BROKEN on <7.2
Reported by: pointyhat
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=268299
-rw-r--r-- | net-im/farsight2/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net-im/farsight2/Makefile b/net-im/farsight2/Makefile index be5963a39e93..a4f10bc4fae8 100644 --- a/net-im/farsight2/Makefile +++ b/net-im/farsight2/Makefile @@ -26,4 +26,10 @@ USE_AUTOTOOLS= libtool CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 702000 +BROKEN= does not build on FreeBSD 7.X prior 7.2 +.endif + +.include <bsd.port.post.mk> |