diff options
author | hasso <hasso@pkgsrc.org> | 2009-03-20 18:36:59 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-03-20 18:36:59 +0000 |
commit | b3e1fc6b5453328ccceb0ae96ce4630510a3b274 (patch) | |
tree | 3ce73c4306561a03e9ddc21e9aebce7892406d8b | |
parent | eefb0cb268442fc4bb733c948e9c622cf9049dbc (diff) | |
download | pkgsrc-b3e1fc6b5453328ccceb0ae96ce4630510a3b274.tar.gz |
Needs msgfmt (configure only).
-rw-r--r-- | x11/gtk2-engines-murrine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gtk2-engines-murrine/Makefile b/x11/gtk2-engines-murrine/Makefile index 661749901ea..4d93e02f53b 100644 --- a/x11/gtk2-engines-murrine/Makefile +++ b/x11/gtk2-engines-murrine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/03/19 23:51:31 snj Exp $ +# $NetBSD: Makefile,v 1.3 2009/03/20 18:36:59 hasso Exp $ DISTNAME= murrine-0.90.2 PKGNAME= ${DISTNAME:S/^/gtk2-engines-/} @@ -14,7 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_DIRS+= xdg-1.4 -USE_TOOLS+= gmake pkg-config intltool +USE_TOOLS+= gmake pkg-config intltool msgfmt USE_LIBTOOL= yes CONFIGURE_ARGS+= --enable-animation |