summaryrefslogtreecommitdiff
path: root/devel/libgtop/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-11-26 09:32:11 +0000
committertron <tron@pkgsrc.org>2000-11-26 09:32:11 +0000
commitd1bb5cdb7d4a9870d970ffc45459051545d30574 (patch)
treeb39117c404e4022d6d59c8a0e3035afafcb0b358 /devel/libgtop/Makefile
parentc0e2b297c65ffdee4a8139ec779d0e503a158241 (diff)
downloadpkgsrc-d1bb5cdb7d4a9870d970ffc45459051545d30574.tar.gz
Make this package work under NetBSD-alpha.
Diffstat (limited to 'devel/libgtop/Makefile')
-rw-r--r--devel/libgtop/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile
index 35223091f63..d48dab20c45 100644
--- a/devel/libgtop/Makefile
+++ b/devel/libgtop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2000/11/25 12:42:48 hubertf Exp $
+# $NetBSD: Makefile,v 1.46 2000/11/26 09:32:11 tron Exp $
DISTNAME= libgtop-1.0.9
CATEGORIES= devel gnome
@@ -12,14 +12,15 @@ DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext
DEPENDS+= gnome-libs-*:../../x11/gnome-libs
DEPENDS+= guile-[0-9]*:../../lang/guile
-NOT_FOR_PLATFORM= SunOS
+NOT_FOR_PLATFORM= SunOS-*-*
OSVERSION_SPECIFIC= yes
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == NetBSD
-.if (${MACHINE_ARCH} != arm32) && (${MACHINE_ARCH} != i386) && \
- (${MACHINE_ARCH} != m68k) && (${MACHINE_ARCH} != mipsel) && \
- (${MACHINE_ARCH} != powerpc) && (${MACHINE_ARCH} != sparc)
+.if (${MACHINE_ARCH} != alpha) && (${MACHINE_ARCH} != arm32) && \
+ (${MACHINE_ARCH} != i386) && (${MACHINE_ARCH} != m68k) && \
+ (${MACHINE_ARCH} != mipsel) && (${MACHINE_ARCH} != powerpc) && \
+ (${MACHINE_ARCH} != sparc)
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."