summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorjaapb <jaapb>2012-10-08 15:21:18 +0000
committerjaapb <jaapb>2012-10-08 15:21:18 +0000
commit095f5ffb434d441d6d1a8d851b030488072d907c (patch)
tree75c1f0053c2ce6ee9ff17218604ee4aa59df806c /archivers
parentf5ba866098e88967334657af5463a12c950269f7 (diff)
downloadpkgsrc-095f5ffb434d441d6d1a8d851b030488072d907c.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