diff options
author | hasso <hasso> | 2009-03-19 23:20:07 +0000 |
---|---|---|
committer | hasso <hasso> | 2009-03-19 23:20:07 +0000 |
commit | 513d3e827ca668270af5a84104a3705b6ee71762 (patch) | |
tree | 027672f08f8ba0a0aa87c935a2287341101878b0 /sysutils/brasero | |
parent | 90fe1414d399f1af0f5718d6496c9a9cc6781360 (diff) | |
download | pkgsrc-513d3e827ca668270af5a84104a3705b6ee71762.tar.gz |
Needs msgfmt.
Diffstat (limited to 'sysutils/brasero')
-rw-r--r-- | sysutils/brasero/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile index 90475b27780..8925c64c066 100644 --- a/sysutils/brasero/Makefile +++ b/sysutils/brasero/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/03/16 10:49:06 jmcneill Exp $ +# $NetBSD: Makefile,v 1.2 2009/03/19 23:20:07 hasso Exp $ # DISTNAME= brasero-2.26.0 @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= GCONF_SCHEMA_FILE_DIR=${PREFIX}/share/gconf/schemas/ MAKE_ENV+= GCONF_SCHEMA_FILE_DIR=${PREFIX}/share/gconf/schemas/ USE_LIBTOOL= yes -USE_TOOLS+= pkg-config gmake intltool autoconf automake gawk +USE_TOOLS+= pkg-config gmake intltool autoconf automake gawk msgfmt USE_DIRS+= gnome2-1.6 CONFIGURE_ARGS+= --disable-inotify |