summaryrefslogtreecommitdiff
path: root/lang/opa/Makefile
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2012-06-12 02:35:26 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2012-06-12 02:35:26 +0000
commitc665fff63223726dfb091a9b06fec49f7197e3b9 (patch)
tree2f020fe35b894aae8acbc4241ff804514b733592 /lang/opa/Makefile
parent- Try to fix plist with Ruby 1.9 (diff)
Update to 0.9.3.1869.
Notes
Notes: svn path=/head/; revision=299087
Diffstat (limited to 'lang/opa/Makefile')
-rw-r--r--lang/opa/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/lang/opa/Makefile b/lang/opa/Makefile
index 5e089b114807..effe7040f1da 100644
--- a/lang/opa/Makefile
+++ b/lang/opa/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= opa
-PORTVERSION= 0.9.2.${GITVER}
-PORTREVISION= 1
+PORTVERSION= 0.9.3.${GITVER}
CATEGORIES= lang
MASTER_SITES= http://download.opalang.org/tar-gz/
DISTNAME= ${PORTNAME}_v${GITVER}
@@ -27,10 +26,11 @@ RUN_DEPENDS= ${LOCALBASE}/${OCAML_SITELIBDIR}/ssl/ssl.a:${PORTSDIR}/security/oca
${LOCALBASE}/${OCAML_LIBDIR}/ocamlgraph/graph.a:${PORTSDIR}/math/ocaml-ocamlgraph \
${LOCALBASE}/${OCAML_SITELIBDIR}/ulex/ulexing.a:${PORTSDIR}/devel/ocaml-ulex
-GITVER= 1635
+GITVER= 1869
USE_JAVA= yes
JAVA_BUILD= yes
USE_GMAKE= yes
+USE_ICONV= yes
USE_OCAML= yes
HAS_CONFIGURE= yes
@@ -57,5 +57,7 @@ post-patch:
${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's|_git_version = .*"|_git_version = ${GITVER}"|g' \
${WRKSRC}/buildinfos/generate_buildinfos.sh
+ @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
+ ${WRKSRC}/build/myocamlbuild_prefix.ml
.include <bsd.port.mk>