summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorjaapb <jaapb@pkgsrc.org>2012-10-08 15:21:18 +0000
committerjaapb <jaapb@pkgsrc.org>2012-10-08 15:21:18 +0000
commit1dfe012d95c227200c9e166f71de8d082367cd2b (patch)
tree75c1f0053c2ce6ee9ff17218604ee4aa59df806c /archivers
parentbe0a6937d1d4d8afe95a4c561478fcf402169c83 (diff)
downloadpkgsrc-1dfe012d95c227200c9e166f71de8d082367cd2b.tar.gz
Updated Makefile to build native-code version on arm architecture as well.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/ocaml-zip/Makefile6
1 files changed, 4 insertions, 2 deletions
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