diff options
author | marino <marino@pkgsrc.org> | 2012-12-22 23:45:13 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-12-22 23:45:13 +0000 |
commit | 75d779107ba233d44956f265f09fd3afc49ad3e3 (patch) | |
tree | 9f41e8c2a489743f012b863749526b62ea86e295 /x11/clipit | |
parent | 36631882337d53a06fdb9949dfca641050fa05ef (diff) | |
download | pkgsrc-75d779107ba233d44956f265f09fd3afc49ad3e3.tar.gz |
x11/clipit: USE_TOOLS+= msgfmt
Diffstat (limited to 'x11/clipit')
-rw-r--r-- | x11/clipit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/clipit/Makefile b/x11/clipit/Makefile index 8fbd9b3ab77..a66e02ca5d0 100644 --- a/x11/clipit/Makefile +++ b/x11/clipit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/12/22 23:34:21 dholland Exp $ +# $NetBSD: Makefile,v 1.4 2012/12/22 23:45:13 marino Exp $ # DISTNAME= clipit-1.4.2 @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} USE_TOOLS+= gmake -USE_TOOLS+= intltool +USE_TOOLS+= intltool msgfmt USE_TOOLS+= pkg-config BUILD_DEFS+= PKG_SYSCONFBASE |