diff options
author | schmonz <schmonz> | 2002-12-07 02:38:52 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2002-12-07 02:38:52 +0000 |
commit | dbb71432c1380918f61104a2e5d18effa27af2ab (patch) | |
tree | 1de4a04cf479873e6e59c8e7b26df68132cd5628 /x11/xvattr | |
parent | 871498add4080b3a349768e215c1d64a2acbefc0 (diff) | |
download | pkgsrc-dbb71432c1380918f61104a2e5d18effa27af2ab.tar.gz |
Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.
Diffstat (limited to 'x11/xvattr')
-rw-r--r-- | x11/xvattr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xvattr/Makefile b/x11/xvattr/Makefile index 97f9bf68372..def8206de28 100644 --- a/x11/xvattr/Makefile +++ b/x11/xvattr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/09/23 23:15:14 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2002/12/07 02:39:08 schmonz Exp $ DISTNAME= xvattr-1.3 CATEGORIES= x11 @@ -15,7 +15,7 @@ GNU_CONFIGURE= # defined .include "../../mk/bsd.prefs.mk" .if !exists(${X11BASE}/include/X11/extensions/Xvlib.h) -IGNORE= "${PKGNAME} requires libXv.a." +PKG_FAIL_REASON= "${PKGNAME} requires libXv.a" .endif .include "../../x11/gtk/buildlink2.mk" |