diff options
author | hasso <hasso@pkgsrc.org> | 2009-07-17 18:11:24 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-07-17 18:11:24 +0000 |
commit | a06574d56c46094026dee77691a3075aa3cc9ca4 (patch) | |
tree | ad0e2a0c063f1bdcdb42180c0cdd20037ab002e6 /time | |
parent | 23a48fe75bce4dc7fd1211dc783b67ae30aa5e1c (diff) | |
download | pkgsrc-a06574d56c46094026dee77691a3075aa3cc9ca4.tar.gz |
Needs msgfmt.
Diffstat (limited to 'time')
-rw-r--r-- | time/hamster-applet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/hamster-applet/Makefile b/time/hamster-applet/Makefile index 798a7acba1c..ea9dac9edce 100644 --- a/time/hamster-applet/Makefile +++ b/time/hamster-applet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2009/05/19 14:36:20 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2009/07/17 18:11:24 hasso Exp $ # DISTNAME= hamster-applet-2.26.2 @@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_DIRS+= xdg-1.4 USE_LIBTOOL= yes -USE_TOOLS+= gmake intltool pkg-config +USE_TOOLS+= gmake intltool pkg-config msgfmt GCONF_SCHEMAS+= hamster-applet.schemas PY_PATCHPLIST= yes |