diff options
author | obache <obache@pkgsrc.org> | 2012-06-02 04:06:34 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-06-02 04:06:34 +0000 |
commit | 2a3fb5e736a16dac118db6e005763beba1667b40 (patch) | |
tree | dd625d2688dac93eb37e3b31004609e69dcc57f8 /graphics | |
parent | 58c3f237e889a24eb7a0ef24e93ead255f2443e9 (diff) | |
download | pkgsrc-2a3fb5e736a16dac118db6e005763beba1667b40.tar.gz |
kill xdg-desktop-menu command, to avoid unwanted behavior with privileted build
as PR 46443.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/fotoxx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/fotoxx/Makefile b/graphics/fotoxx/Makefile index a03ebe69f7f..e0bf818983a 100644 --- a/graphics/fotoxx/Makefile +++ b/graphics/fotoxx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2012/03/03 00:13:12 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2012/06/02 04:06:34 obache Exp $ # DISTNAME= fotoxx-12.01.2 @@ -20,6 +20,7 @@ DEPENDS+= gimp-ufraw-[0-9]*:../../graphics/gimp-ufraw #WRKSRC= ${WRKDIR}/fotoxx USE_LANGUAGES= c++ USE_TOOLS+= gmake pkg-config +TOOLS_NOOP+= xdg-desktop-menu BUILD_TARGET= fotoxx INSTALL_TARGET= install |