diff options
| author | Erwin Lansing <erwin@FreeBSD.org> | 2012-06-13 07:13:10 +0000 |
|---|---|---|
| committer | Erwin Lansing <erwin@FreeBSD.org> | 2012-06-13 07:13:10 +0000 |
| commit | 6a6068570d30f41034c21a978b1c77011e435789 (patch) | |
| tree | 821c0c3aefd060b59a8c76ee39fba265a6878544 /misc/mshell | |
| parent | 8ad32408e4094b2053c0be14a4b7c186ed402bd3 (diff) | |
Notes
Diffstat (limited to 'misc/mshell')
| -rw-r--r-- | misc/mshell/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/mshell/Makefile b/misc/mshell/Makefile index 15dfbb457f63..46c5cd0a1a84 100644 --- a/misc/mshell/Makefile +++ b/misc/mshell/Makefile @@ -25,4 +25,10 @@ do-extract: zcat ${DISTDIR}/${DISTFILES} |(cd ${WRKDIR}; \ ${AWK} '{if (/^#!/) x++} {if(x) print $$0'}| ${SH}) -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 1000000 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |
