summaryrefslogtreecommitdiff
path: root/graphics/xpm
diff options
context:
space:
mode:
authorschmonz <schmonz>2002-12-07 02:38:52 +0000
committerschmonz <schmonz>2002-12-07 02:38:52 +0000
commit64a1876fc6a5c3e665d29ad32d174a399d0b451e (patch)
tree1de4a04cf479873e6e59c8e7b26df68132cd5628 /graphics/xpm
parentb7b06fee2a15e7895ba5ee20123b46c5e999ea0c (diff)
downloadpkgsrc-64a1876fc6a5c3e665d29ad32d174a399d0b451e.tar.gz
Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.
Diffstat (limited to 'graphics/xpm')
-rw-r--r--graphics/xpm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile
index 0ec7157defa..ca8b96ac167 100644
--- a/graphics/xpm/Makefile
+++ b/graphics/xpm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2002/09/01 15:13:42 tron Exp $
+# $NetBSD: Makefile,v 1.26 2002/12/07 02:38:57 schmonz Exp $
DISTNAME= xpm-3.4k
CATEGORIES= graphics x11
@@ -27,7 +27,7 @@ _IS_BUILTIN_XPM!= (/usr/sbin/pkgchk -l SUNWxwinc | ${EGREP} -c xpm.h) || ${TRUE}
.endif
.if ${_IS_BUILTIN_XPM} != "0"
-IGNORE= "The Xpm library is included in your X11 distribution."
+PKG_SKIP_REASON= "${PKGNAME} is part of your X11 distribution"
.endif
.if (${OPSYS} == SunOS)