diff options
author | drochner <drochner@pkgsrc.org> | 2008-02-20 18:44:27 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-02-20 18:44:27 +0000 |
commit | 1a5ded48fdca7a92df3c55574c62d3488dd3f9b1 (patch) | |
tree | a2029b592b5d07508445b5d88ed466611fc9d18c /x11 | |
parent | 0dfda7a4c434b3f433de639e2c42fc8373bc6826 (diff) | |
download | pkgsrc-1a5ded48fdca7a92df3c55574c62d3488dd3f9b1.tar.gz |
add a runtime perl dependency for the parser scripts
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk2-sharp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gtk2-sharp/Makefile b/x11/gtk2-sharp/Makefile index 7691efa25cd..b3c2f10a506 100644 --- a/x11/gtk2-sharp/Makefile +++ b/x11/gtk2-sharp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2008/02/19 13:47:37 xtraeme Exp $ +# $NetBSD: Makefile,v 1.11 2008/02/20 18:44:27 drochner Exp $ # DISTNAME= gtk-sharp-2.10.3 @@ -11,7 +11,7 @@ COMMENT= C\# bindings for GTK USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config gmake +USE_TOOLS+= pkg-config gmake perl:run GNU_CONFIGURE= yes REPLACE_PERL+= parser/*.pl |