summaryrefslogtreecommitdiff
path: root/devel/libgtop
diff options
context:
space:
mode:
authormartin <martin>2002-01-01 09:57:03 +0000
committermartin <martin>2002-01-01 09:57:03 +0000
commitd31732ffc9264411d15d8840da18f8fbdc8a9d27 (patch)
tree2a8d62026b9e9a3814bbef935c00703dc6c4e230 /devel/libgtop
parent0800c6af1555ec94978c7d3b14f3d9cfcce397c0 (diff)
downloadpkgsrc-d31732ffc9264411d15d8840da18f8fbdc8a9d27.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."