diff options
author | joerg <joerg@pkgsrc.org> | 2016-01-17 15:19:41 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-01-17 15:19:41 +0000 |
commit | 272db0ccbab9fdd4ad51aa734efe96d17273bf78 (patch) | |
tree | 1ec0a7d6faf6cf86120510fdf669d554967d7cea /wm/pwm | |
parent | c77641746701a94fc2be6148f7def948b9c3e75f (diff) | |
download | pkgsrc-272db0ccbab9fdd4ad51aa734efe96d17273bf78.tar.gz |
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'wm/pwm')
-rw-r--r-- | wm/pwm/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/wm/pwm/Makefile b/wm/pwm/Makefile index e21c11880b8..9764929cc5c 100644 --- a/wm/pwm/Makefile +++ b/wm/pwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2014/10/09 14:07:08 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2016/01/17 15:19:41 joerg Exp $ # DISTNAME= pwm-20060517 @@ -11,6 +11,9 @@ MAINTAINER= salo@NetBSD.org HOMEPAGE= http://modeemi.fi/~tuomov/ion/pwm.html COMMENT= Window manager that frames multiple client windows in a single frame +# pwm is linked against libtu.a before it is build. +MAKE_JOBS_SAFE= no + CONFLICTS+= ion<=20040729nb2 USE_TOOLS+= gmake |