summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-01-27 17:20:20 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-01-27 17:20:20 +0000
commitf8a601a78b377b72be3575b95f4240f64960b466 (patch)
treed59029ab08eead44c6bfb33b6cf3af31aefabb55 /net-im
parentFix 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
Diffstat (limited to 'net-im')
-rw-r--r--net-im/farsight2/Makefile8
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>