summaryrefslogtreecommitdiff
path: root/devel/libgtop
diff options
context:
space:
mode:
authormartin <martin@pkgsrc.org>2002-01-01 09:57:03 +0000
committermartin <martin@pkgsrc.org>2002-01-01 09:57:03 +0000
commitdbc49fb08520fe1ecd0b587ae2fcab480a2ddf38 (patch)
tree2a8d62026b9e9a3814bbef935c00703dc6c4e230 /devel/libgtop
parentb15c8125c5624a2c84b08438beafbbc9304c6f39 (diff)
downloadpkgsrc-dbc49fb08520fe1ecd0b587ae2fcab480a2ddf38.tar.gz
Allow this pkg to build on sparc64 too.
Closes PR pkg/15104 by Lloyd Parkes.
Diffstat (limited to 'devel/libgtop')
-rw-r--r--devel/libgtop/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile
index 7a19066b064..bf5b587add1 100644
--- a/devel/libgtop/Makefile
+++ b/devel/libgtop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2001/11/27 21:03:07 tron Exp $
+# $NetBSD: Makefile,v 1.56 2002/01/01 09:57:03 martin Exp $
DISTNAME= libgtop-1.0.12
PKGNAME= ${DISTNAME}nb1
@@ -22,7 +22,7 @@ OSVERSION_SPECIFIC= yes
.if (${MACHINE_ARCH} != alpha) && (${MACHINE_ARCH} != arm32) && \
(${MACHINE_ARCH} != i386) && (${MACHINE_ARCH} != m68k) && \
(${MACHINE_ARCH} != mipsel) && (${MACHINE_ARCH} != powerpc) && \
- (${MACHINE_ARCH} != sparc)
+ (${MACHINE_ARCH} != sparc) && (${MACHINE_ARCH} != sparc64)
IGNORE= "${PKGNAME} has not yet been ported to ${MACHINE_ARCH}."
IGNORE+= "Please look at /usr/include/${MACHINE_ARCH}/pcb.h"
IGNORE+= "and update patches/patch-al appropriately."