summaryrefslogtreecommitdiff
path: root/lang/ocaml
diff options
context:
space:
mode:
authorjoerg <joerg>2014-11-20 15:22:44 +0000
committerjoerg <joerg>2014-11-20 15:22:44 +0000
commitaefa00373f6b2deeb0f3bdd93b991f06aa30b10f (patch)
tree0e21209bc4fb3d8569e68e255b2e31396b73c00e /lang/ocaml
parent2f1a1984d5e687187d182df188644fb3597e1523 (diff)
downloadpkgsrc-aefa00373f6b2deeb0f3bdd93b991f06aa30b10f.tar.gz
Match all ARM variants.
Diffstat (limited to 'lang/ocaml')
-rw-r--r--lang/ocaml/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile
index de616668009..6e7cbe6e322 100644
--- a/lang/ocaml/Makefile
+++ b/lang/ocaml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.91 2014/10/09 19:08:28 jaapb Exp $
+# $NetBSD: Makefile,v 1.92 2014/11/20 15:22:44 joerg Exp $
.include "Makefile.common"
@@ -28,7 +28,7 @@ PLIST_SRC+= ${PKGDIR}/PLIST.stub
# Optional components built only on certain platforms.
.if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "powerpc") || \
- (${MACHINE_ARCH} == "arm") || \
+ !empty(MACHINE_ARCH:Marm) || \
(${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "x86_64")
BUILD_TARGET+= opt opt.opt
PLIST_SRC+= ${PKGDIR}/PLIST.opt