diff options
author | joerg <joerg@pkgsrc.org> | 2014-11-20 15:22:44 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-11-20 15:22:44 +0000 |
commit | 3e191ce90bdcc3fef7ffa7cfca22f8b47b2c1359 (patch) | |
tree | 0e21209bc4fb3d8569e68e255b2e31396b73c00e /lang/ocaml | |
parent | 95e998826d9da107b7231d6a5f1761fb5cc7f33e (diff) | |
download | pkgsrc-3e191ce90bdcc3fef7ffa7cfca22f8b47b2c1359.tar.gz |
Match all ARM variants.
Diffstat (limited to 'lang/ocaml')
-rw-r--r-- | lang/ocaml/Makefile | 4 |
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 |