diff options
author | pav <pav@FreeBSD.org> | 2011-01-28 01:20:20 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-01-28 01:20:20 +0800 |
commit | 6a2e2778ce2da3c9c25149f0c95edc2eb31d33bd (patch) | |
tree | b85802de8e94920fc7157a19cb98adb656e69618 /net-im/farsight2 | |
parent | c6b9e39e397458c3209616a26ba9edee8f434352 (diff) | |
download | freebsd-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/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> |