diff options
Diffstat (limited to 'x11/xcursorgen')
-rw-r--r-- | x11/xcursorgen/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xcursorgen/Makefile b/x11/xcursorgen/Makefile index f63b3e09c82..ff19170e4af 100644 --- a/x11/xcursorgen/Makefile +++ b/x11/xcursorgen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2008/06/20 01:09:45 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2009/06/30 00:07:25 joerg Exp $ DISTNAME= xcursorgen-4.3.0 PKGREVISION= 4 @@ -12,6 +12,8 @@ COMMENT= Create an X cursor file from a collection of PNG images PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no + WRKSRC= ${WRKDIR}/${DISTNAME:C/-.*//} USE_IMAKE= YES |