diff options
author | Cy Schubert <cy@FreeBSD.org> | 2007-06-18 06:03:39 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2007-06-18 06:03:39 +0000 |
commit | ef1445f29f82ca4cb82c582b877369837433e258 (patch) | |
tree | ac803ec25fe392ddffb30e18d09fe00210692959 /security/libfwbuilder | |
parent | 6c2c8cb74d5e0f8f241447284cc1127e7bc8392c (diff) |
Does not build under 7.0-CURRENT.
Notes
Notes:
svn path=/head/; revision=193749
Diffstat (limited to 'security/libfwbuilder')
-rw-r--r-- | security/libfwbuilder/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/libfwbuilder/Makefile b/security/libfwbuilder/Makefile index b941fc3c2ea7..8f8fc3c74f48 100644 --- a/security/libfwbuilder/Makefile +++ b/security/libfwbuilder/Makefile @@ -40,4 +40,10 @@ post-install: ${RM} ${PREFIX}/lib/libfwbuilder.so.7.3 ${RM} ${PREFIX}/lib/libfwcompiler.so.7.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700019 +BROKEN= Does not compile on FreeBSD >= 7.0 +.endif + +.include <bsd.port.post.mk> |