diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-04-09 08:59:52 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-04-09 08:59:52 +0800 |
commit | f65d5a0e4636e0aa6783c1e0c4ccc69c62d68697 (patch) | |
tree | 3f8ea553d37b0590ff726d98b337ecb88f2b8f00 | |
parent | d0d7fb205b5169cadadc62c25b8e522cf777d62b (diff) | |
download | freebsd-ports-gnome-f65d5a0e4636e0aa6783c1e0c4ccc69c62d68697.tar.gz freebsd-ports-gnome-f65d5a0e4636e0aa6783c1e0c4ccc69c62d68697.tar.zst freebsd-ports-gnome-f65d5a0e4636e0aa6783c1e0c4ccc69c62d68697.zip |
It works on amd64.
PR: ports/95220
Submitted by: Erik Greenwald <erik@smluc.org>
Approved by: maintainer
-rw-r--r-- | lang/metaocaml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/metaocaml/Makefile b/lang/metaocaml/Makefile index c4371d1bfcb4..9f8cf952f43a 100644 --- a/lang/metaocaml/Makefile +++ b/lang/metaocaml/Makefile @@ -14,7 +14,7 @@ DISTNAME= MetaOCaml_308_alpha_027 MAINTAINER= mainland@apeiron.net COMMENT= The MetaOCaml compiler and programming environment -ONLY_FOR_ARCHS= i386 # feel free to test on other archs and send a PR +ONLY_FOR_ARCHS= i386 amd64 # feel free to test on other archs and send a PR USE_REINPLACE= yes REINPLACE_ARGS= -i "" |