diff options
author | jmc <jmc@pkgsrc.org> | 2003-05-19 22:56:12 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-05-19 22:56:12 +0000 |
commit | cc24a768a2d66e01f8177d6b8a5167f6c3901305 (patch) | |
tree | b097d0f035f3ed713fcaaa04c5a981b363585c07 /x11 | |
parent | 80d3e8782bb3bad6e91557d867b6a0abefe36de5 (diff) | |
download | pkgsrc-cc24a768a2d66e01f8177d6b8a5167f6c3901305.tar.gz |
Make this skip (via PKG_SKIP_REASON) is XF4.3 isn't installed
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xcursorgen/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xcursorgen/Makefile b/x11/xcursorgen/Makefile index 4f734e60c22..37763a228d2 100644 --- a/x11/xcursorgen/Makefile +++ b/x11/xcursorgen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/05/12 21:48:04 jmc Exp $ +# $NetBSD: Makefile,v 1.5 2003/05/19 22:56:12 jmc Exp $ DISTNAME= xcursorgen-4.3.0 WRKSRC= ${WRKDIR}/${DISTNAME:C/-.*//} @@ -16,7 +16,7 @@ USE_IMAKE= YES .include "../../mk/bsd.prefs.mk" .if !exists(${X11BASE}/bin/xcursor-config) -PKG_FAIL_REASON="This package requires XFree86 4.3.0 or newer." +PKG_SKIP_REASON="This package requires XFree86 4.3.0 or newer." .endif .include "../../graphics/png/buildlink2.mk" |