diff options
author | joerg <joerg@pkgsrc.org> | 2014-06-30 14:25:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-06-30 14:25:08 +0000 |
commit | 312d2481dbf0c7b69f9478b1f82668676a918acb (patch) | |
tree | 1c96546c607f0d1212ea56610f6f025e213ebf24 /audio/amarok-kde3 | |
parent | cd85efbaa68cb384ab301312b3490c0202e89c5e (diff) | |
download | pkgsrc-312d2481dbf0c7b69f9478b1f82668676a918acb.tar.gz |
Has race conditions.
Diffstat (limited to 'audio/amarok-kde3')
-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 |