diff options
author | tnn <tnn@pkgsrc.org> | 2008-02-04 20:10:34 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-02-04 20:10:34 +0000 |
commit | 6538a067b9072345255fc92a562c4734043924c6 (patch) | |
tree | 1fe5ce0fb2341853f0587f16fb74556b8312c4e3 /audio | |
parent | e99aec31b2dec8fac94ea7de3747bb95f551dd8b (diff) | |
download | pkgsrc-6538a067b9072345255fc92a562c4734043924c6.tar.gz |
PR 37952: Aleksey Cheusov: more missed tools in USE_TOOLS
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gtkpod/Makefile | 4 | ||||
-rw-r--r-- | audio/libvisual-plugins/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/gtkpod/Makefile b/audio/gtkpod/Makefile index 5ec0d6ab102..3793118e15d 100644 --- a/audio/gtkpod/Makefile +++ b/audio/gtkpod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2007/12/26 14:02:35 smb Exp $ +# $NetBSD: Makefile,v 1.20 2008/02/04 20:10:34 tnn Exp $ # DISTNAME= gtkpod-0.99.12 @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= intltool msgfmt perl:run pkg-config +USE_TOOLS+= intltool lex msgfmt perl:run pkg-config USE_TOOLS+= gmake REPLACE_PERL+= scripts/mab2vcard diff --git a/audio/libvisual-plugins/Makefile b/audio/libvisual-plugins/Makefile index 4babd5b189a..b49927cfcd9 100644 --- a/audio/libvisual-plugins/Makefile +++ b/audio/libvisual-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2007/12/30 17:57:19 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2008/02/04 20:10:35 tnn Exp $ # DISTNAME= libvisual-plugins-0.4.0 @@ -16,7 +16,7 @@ USE_PKGLOCALEDIR= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config mkdirhier +USE_TOOLS+= pkg-config mkdirhier yacc .include "../../audio/goom/buildlink3.mk" .include "../../audio/libvisual/buildlink3.mk" |