diff options
author | jmc <jmc@pkgsrc.org> | 2003-05-11 07:27:18 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-05-11 07:27:18 +0000 |
commit | b49236aa330b8a93bd5a7041edf75f40e845a866 (patch) | |
tree | 9e87cd2802958820a664d6d15b3f252c14b8ee73 /x11/xcursorgen/Makefile | |
parent | 0fb78668a824d84268059097f9469c230ec20fa7 (diff) | |
download | pkgsrc-b49236aa330b8a93bd5a7041edf75f40e845a866.tar.gz |
Provide a PKG_FAIL_REASON.
Diffstat (limited to 'x11/xcursorgen/Makefile')
-rw-r--r-- | x11/xcursorgen/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xcursorgen/Makefile b/x11/xcursorgen/Makefile index 734c9d3d981..17e617f5cbd 100644 --- a/x11/xcursorgen/Makefile +++ b/x11/xcursorgen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/03/29 12:43:12 jmmv Exp $ +# $NetBSD: Makefile,v 1.3 2003/05/11 07:27:18 jmc Exp $ DISTNAME= xcursorgen-4.3.0 WRKSRC= ${WRKDIR}/${DISTNAME:C/-.*//} @@ -17,6 +17,7 @@ USE_IMAKE= YES .if !exists(${X11BASE}/bin/xcursor-config) BROKEN= This package requires XFree86 4.3.0 or newer. +PKG_FAIL_REASON= This package requires XFree86 4.3.0 or newer. .endif .include "../../graphics/png/buildlink2.mk" |