diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 09:22:24 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 09:22:24 +0000 |
commit | 9d6ba2327cf9528d5f503d34ac1c1a704195632b (patch) | |
tree | 552019fb7a598d8f4100e47ae296453200fc68ad /misc/ytree | |
parent | a688755d4b3423454ce881cabffd2b086be69c17 (diff) | |
download | ports-9d6ba2327cf9528d5f503d34ac1c1a704195632b.tar.gz ports-9d6ba2327cf9528d5f503d34ac1c1a704195632b.zip |
Notes
Diffstat (limited to 'misc/ytree')
-rw-r--r-- | misc/ytree/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/ytree/Makefile b/misc/ytree/Makefile index a2371d928a4d..d1c38903b8c8 100644 --- a/misc/ytree/Makefile +++ b/misc/ytree/Makefile @@ -30,4 +30,10 @@ do-install: fi .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include <bsd.port.post.mk> |