diff options
author | wiz <wiz> | 2009-04-17 08:21:18 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-04-17 08:21:18 +0000 |
commit | 2e7b07dc1e38ba44ac66234ca4a79c8fdfb85815 (patch) | |
tree | 2b6357951fab7cfa051edd7159434338d1e4d490 /games/xpat2 | |
parent | a8ba1da4d9343c5fb83d42399e085339b1418c4e (diff) | |
download | pkgsrc-2e7b07dc1e38ba44ac66234ca4a79c8fdfb85815.tar.gz |
Mark as MAKE_JOBS_SAFE=no. From Izaac in PR 41228.
While here, remove obsolete USE_X11BASE.
Diffstat (limited to 'games/xpat2')
-rw-r--r-- | games/xpat2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xpat2/Makefile b/games/xpat2/Makefile index 51e29647dbd..7852ed773f0 100644 --- a/games/xpat2/Makefile +++ b/games/xpat2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2008/11/10 17:21:36 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2009/04/17 08:21:18 wiz Exp $ DISTNAME= xpat2-1.07 PKGREVISION= 3 @@ -9,9 +9,9 @@ EXTRACT_SUFX= -src.tar.gz MAINTAINER= kuebart@mathematik.uni-ulm.de COMMENT= X11 solitaire game with 14 variations +MAKE_JOBS_SAFE= no PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_X11BASE= YES USE_TOOLS+= imake MAKE_ENV+= XPMDIR=${BUILDLINK_PREFIX.libXpm:Q} XMKMF=${XMKMF_CMD:Q} |