summaryrefslogtreecommitdiff
path: root/lang/oo2c
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2004-03-13 16:41:04 +0000
committerkristerw <kristerw@pkgsrc.org>2004-03-13 16:41:04 +0000
commitd1d5a61d4b2aa93ef53bcfd82f5146fbba2e8415 (patch)
tree0510b30c2b9021469ee0b931a7c42c2640e42f6b /lang/oo2c
parent05f97c083bfcabd8c5ac5616c2aa55b8934c20ac (diff)
downloadpkgsrc-d1d5a61d4b2aa93ef53bcfd82f5146fbba2e8415.tar.gz
Add x86_64 to the list of LP64 architectures.
Bump PKGREVISION.
Diffstat (limited to 'lang/oo2c')
-rw-r--r--lang/oo2c/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/oo2c/Makefile b/lang/oo2c/Makefile
index 7bfb093c0e4..a101587dac2 100644
--- a/lang/oo2c/Makefile
+++ b/lang/oo2c/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2004/01/24 13:51:14 grant Exp $
+# $NetBSD: Makefile,v 1.11 2004/03/13 16:41:04 kristerw Exp $
DISTNAME= oo2c_${BITS}-2.0.11
PKGNAME= oo2c-2.0.11
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ooc/}
EXTRACT_SUFX= .tar.bz2
@@ -14,7 +14,8 @@ COMMENT= Optimizing Oberon-2 Compiler
DEPENDS+= libtool-base-[0-9]*:../../devel/libtool
DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
-.if ${MACHINE_ARCH} == alpha || ${MACHINE_ARCH} == sparc64
+.if ${MACHINE_ARCH} == alpha || ${MACHINE_ARCH} == sparc64 \
+ || ${MACHINE_ARCH} == x86_64
BITS=64
.else
BITS=32