diff options
author | hasso <hasso> | 2009-03-03 12:58:25 +0000 |
---|---|---|
committer | hasso <hasso> | 2009-03-03 12:58:25 +0000 |
commit | b36d7ae0347b817d5fb1de247c03d571b1b84f6c (patch) | |
tree | 2334283e286d62207b2adb41e7467f9b4294faa5 /misc | |
parent | c78de1c35e81786345ccf8351204867aa20d39d4 (diff) | |
download | pkgsrc-b36d7ae0347b817d5fb1de247c03d571b1b84f6c.tar.gz |
Needs msgfmt.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/mousetweaks/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mousetweaks/Makefile b/misc/mousetweaks/Makefile index 7efe74d8333..658f0550ff5 100644 --- a/misc/mousetweaks/Makefile +++ b/misc/mousetweaks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/01/13 16:10:01 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2009/03/03 12:58:25 hasso Exp $ # DISTNAME= mousetweaks-2.24.3 @@ -16,7 +16,7 @@ MAKE_ENV+= GCONF_SCHEMA_FILE_DIR=${PREFIX}/share/gconf/schemas/ GCONF_SCHEMAS+= mousetweaks.schemas GCONF_SCHEMAS+= pointer-capture-applet.schemas -USE_TOOLS+= gmake intltool pkg-config +USE_TOOLS+= gmake intltool msgfmt pkg-config USE_DIRS+= gnome2-1.6 BUILDLINK_API_DEPENDS.GConf+= GConf>=2.16.0 |