summaryrefslogtreecommitdiff
path: root/devel/libgtop/Makefile
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2002-12-07 02:38:52 +0000
committerschmonz <schmonz@pkgsrc.org>2002-12-07 02:38:52 +0000
commit0a1bd5acad4638865116c0da61447ceb86ee6ef4 (patch)
tree1de4a04cf479873e6e59c8e7b26df68132cd5628 /devel/libgtop/Makefile
parenta2849a9dcac8e838b0156047f813c71851ab8a56 (diff)
downloadpkgsrc-0a1bd5acad4638865116c0da61447ceb86ee6ef4.tar.gz
Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.
Diffstat (limited to 'devel/libgtop/Makefile')
-rw-r--r--devel/libgtop/Makefile21
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