From 1dfe012d95c227200c9e166f71de8d082367cd2b Mon Sep 17 00:00:00 2001 From: jaapb Date: Mon, 8 Oct 2012 15:21:18 +0000 Subject: Updated Makefile to build native-code version on arm architecture as well. --- archivers/ocaml-zip/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'archivers') diff --git a/archivers/ocaml-zip/Makefile b/archivers/ocaml-zip/Makefile index 699343f9039..31597938950 100644 --- a/archivers/ocaml-zip/Makefile +++ b/archivers/ocaml-zip/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2012/09/11 19:46:58 asau Exp $ +# $NetBSD: Makefile,v 1.6 2012/10/08 15:21:18 jaapb Exp $ # PKGNAME= ocaml-zip-${VERSION} DISTNAME= camlzip-${VERSION} VERSION= 1.04 +PKGREVISION= 1 CATEGORIES= archivers MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/328/ LICENSE= gnu-lgpl-v2.1 @@ -16,7 +17,8 @@ BUILD_TARGET= all PLIST_VARS+= opt .if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "powerpc") || \ - (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "x86_64") + (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "x86_64") || \ + (${MACHINE_ARCH} == "arm") BUILD_TARGET+= allopt PLIST.opt= yes .endif -- cgit v1.2.3