summaryrefslogtreecommitdiff
path: root/lang/oo2c
diff options
context:
space:
mode:
authorkristerw <kristerw>2004-03-13 16:41:04 +0000
committerkristerw <kristerw>2004-03-13 16:41:04 +0000
commita06e68ce1b8127b2ea9e8028610f7ccc6ee7d807 (patch)
tree0510b30c2b9021469ee0b931a7c42c2640e42f6b /lang/oo2c
parent81f1b72300dd9d0ed7a13ebc7b27cfb0ffa0b51d (diff)
downloadpkgsrc-a06e68ce1b8127b2ea9e8028610f7ccc6ee7d807.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