diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-01-28 01:20:20 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-01-28 01:20:20 +0800 |
commit | f8a601a78b377b72be3575b95f4240f64960b466 (patch) | |
tree | d59029ab08eead44c6bfb33b6cf3af31aefabb55 /net-im | |
parent | 0db001b3bccd4736cee4a622675d6173d23cf800 (diff) | |
download | freebsd-ports-gnome-f8a601a78b377b72be3575b95f4240f64960b466.tar.gz freebsd-ports-gnome-f8a601a78b377b72be3575b95f4240f64960b466.tar.zst freebsd-ports-gnome-f8a601a78b377b72be3575b95f4240f64960b466.zip |
- Mark BROKEN on <7.2
Reported by: pointyhat
Feature safe: yes
Diffstat (limited to 'net-im')
-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> |