diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-08-21 19:56:50 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-08-21 19:56:50 +0000 |
commit | 9ecb741774bcf7698f0552feb867ae4a8c562d01 (patch) | |
tree | d24223a7920b5c7660b2eb9efa96abd7cf455ee6 /devel/fb303 | |
parent | 2a4692f3868ff3d84323794eabf912976f7de40a (diff) |
Notes
Diffstat (limited to 'devel/fb303')
-rw-r--r-- | devel/fb303/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/fb303/Makefile b/devel/fb303/Makefile index 8f2d95550769..277cfc97bdb7 100644 --- a/devel/fb303/Makefile +++ b/devel/fb303/Makefile @@ -32,6 +32,10 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/contrib/fb303 .include <bsd.port.pre.mk> +.if ${OSVERSION} < 700000 +BROKEN= does not compile on 6.X +.endif + post-build: (cd ${WRKSRC} && ${LOCALBASE}/bin/thrift --gen perl ${WRKSRC}/if/fb303.thrift) |