diff options
author | joerg <joerg> | 2014-06-30 14:25:08 +0000 |
---|---|---|
committer | joerg <joerg> | 2014-06-30 14:25:08 +0000 |
commit | 87165b41fc4cd8f18db931e22a789085afab5c9c (patch) | |
tree | 1c96546c607f0d1212ea56610f6f025e213ebf24 /audio | |
parent | 426c177f4918fa22b5aa40133743ae8d299480d7 (diff) | |
download | pkgsrc-87165b41fc4cd8f18db931e22a789085afab5c9c.tar.gz |
Has race conditions.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/amarok-kde3/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/amarok-kde3/Makefile b/audio/amarok-kde3/Makefile index 3db34237a86..e1d4f8d2b59 100644 --- a/audio/amarok-kde3/Makefile +++ b/audio/amarok-kde3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2014/05/17 16:10:41 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2014/06/30 14:25:08 joerg Exp $ DISTNAME= amarok-${VERSION} VERSION= 1.4.10 @@ -12,6 +12,9 @@ HOMEPAGE= http://amarok.kde.org/ COMMENT= KDE3 audio player LICENSE= gnu-gpl-v2 +# Race conditions involving uic output +MAKE_JOBS_SAFE= no + USE_TOOLS+= gmake pkg-config msgfmt unzip:run USE_LANGUAGES= c c++ GNU_CONFIGURE= yes |