diff options
Diffstat (limited to 'devel/libgtop/Makefile')
-rw-r--r-- | devel/libgtop/Makefile | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index 3273791ece8..23a9c179038 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2002/11/30 23:21:37 salo Exp $ +# $NetBSD: Makefile,v 1.66 2002/12/07 02:38:54 schmonz Exp $ DISTNAME= libgtop-1.0.13 CATEGORIES= devel gnome @@ -15,16 +15,17 @@ NOT_FOR_PLATFORM= SunOS-*-* OSVERSION_SPECIFIC= yes .include "../../mk/bsd.prefs.mk" + .if ${OPSYS} == NetBSD -.if (${MACHINE_ARCH} != alpha) && (${MACHINE_ARCH} != arm32) && \ - (${MACHINE_ARCH} != i386) && (${MACHINE_ARCH} != m68k) && \ - (${MACHINE_ARCH} != mipsel) && (${MACHINE_ARCH} != powerpc) && \ - (${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." -IGNORE+= "(More information can be found in libgtop.info.)" -.endif +. if (${MACHINE_ARCH} != alpha) && (${MACHINE_ARCH} != arm32) && \ + (${MACHINE_ARCH} != i386) && (${MACHINE_ARCH} != m68k) && \ + (${MACHINE_ARCH} != mipsel) && (${MACHINE_ARCH} != powerpc) && \ + (${MACHINE_ARCH} != sparc) && (${MACHINE_ARCH} != sparc64) +PKG_FAIL_REASON= "${PKGNAME} has not yet been ported to ${MACHINE_ARCH}." +PKG_FAIL_REASON+= "Please look at /usr/include/${MACHINE_ARCH}/pcb.h" +PKG_FAIL_REASON+= "and update patches/patch-al appropriately." +PKG_FAIL_REASON+= "(More information can be found in libgtop.info.)" +. endif .endif USE_PERL5= build |