From 49fdfda270d8ba30c74526415fc3feb080dbc024 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Fri, 4 Jul 2014 00:58:47 +0000 Subject: [PATCH] Correct a few typos. --- math/libranlip/Makefile | 4 +++- math/mtl/Makefile | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/math/libranlip/Makefile b/math/libranlip/Makefile index 0cc28ccc6749..c2f7535fe94f 100644 --- a/math/libranlip/Makefile +++ b/math/libranlip/Makefile @@ -38,8 +38,10 @@ test: build @(cd ${WRKSRC}/examples && ./${_prog}) .endfor +.include + .if ${OSVERSION} < 700000 BROKEN= fails to build .endif -.include +.include diff --git a/math/mtl/Makefile b/math/mtl/Makefile index 953d149860d4..b46e00210f2e 100644 --- a/math/mtl/Makefile +++ b/math/mtl/Makefile @@ -53,5 +53,4 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/contrib/examples/* ${STAGEDIR}${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/contrib/doubledouble/* ${STAGEDIR}${EXAMPLESDIR}/doubledouble -.endif .include