aboutsummaryrefslogtreecommitdiff
path: root/math/facile/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/facile/Makefile')
-rw-r--r--math/facile/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/math/facile/Makefile b/math/facile/Makefile
index 7ed824d618fd..445ac07df1ec 100644
--- a/math/facile/Makefile
+++ b/math/facile/Makefile
@@ -1,6 +1,6 @@
PORTNAME= facile
PORTVERSION= 1.1.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= math
MASTER_SITES= http://opti.recherche.enac.fr/facile/distrib/
@@ -11,11 +11,17 @@ WWW= http://www.recherche.enac.fr/log/facile/
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= gmake
-USE_OCAML= yes
+USES= gmake ocaml
+
HAS_CONFIGURE= yes
ALL_TARGET= compile
+.include <bsd.port.options.mk>
+
+.if ${ARCH} == powerpc
+USE_BINUTILS= yes
+.endif
+
post-configure:
${REINPLACE_CMD} -e "s,make,${MAKE_CMD},; \
s,cp,${INSTALL_DATA},;\