aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/farsight2
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2011-01-28 01:20:20 +0800
committerpav <pav@FreeBSD.org>2011-01-28 01:20:20 +0800
commit6a2e2778ce2da3c9c25149f0c95edc2eb31d33bd (patch)
treeb85802de8e94920fc7157a19cb98adb656e69618 /net-im/farsight2
parentc6b9e39e397458c3209616a26ba9edee8f434352 (diff)
downloadfreebsd-ports-gnome-6a2e2778ce2da3c9c25149f0c95edc2eb31d33bd.tar.gz
freebsd-ports-gnome-6a2e2778ce2da3c9c25149f0c95edc2eb31d33bd.tar.zst
freebsd-ports-gnome-6a2e2778ce2da3c9c25149f0c95edc2eb31d33bd.zip
- Mark BROKEN on <7.2
Reported by: pointyhat Feature safe: yes
Diffstat (limited to 'net-im/farsight2')
-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>