aboutsummaryrefslogtreecommitdiff
path: root/textproc/latte
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/latte')
-rw-r--r--textproc/latte/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/latte/Makefile b/textproc/latte/Makefile
index 5f8713eef642..2d02a275ea1f 100644
--- a/textproc/latte/Makefile
+++ b/textproc/latte/Makefile
@@ -18,9 +18,15 @@ USE_LIBTOOL= yes
MAKE_FLAGS= CONF_ARGS="--prefix=${PREFIX}"
CONFIGURE_ARGS+= --enable-shared
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502102
+BROKEN= "Configure fails"
+.endif
+
post-install:
${LN} -sf ${PREFIX}/bin/latte-html ${PREFIX}/bin/latte
${CP} -Rp ${WRKSRC}/tests ${PREFIX}/share/latte/
${INSTALL_DATA} ${WRKSRC}/latte.el ${PREFIX}/share/emacs/site-lisp
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>