diff options
author | marino <marino@pkgsrc.org> | 2012-05-26 01:38:25 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-05-26 01:38:25 +0000 |
commit | e7dbb826780bde53165a551e3d60ee20e50dd0c8 (patch) | |
tree | 47e908189e384a4e1242886ed2cf8726235d6952 | |
parent | 84e0a209c20ac70a5dbc773e898a61779f18b4a3 (diff) | |
download | pkgsrc-e7dbb826780bde53165a551e3d60ee20e50dd0c8.tar.gz |
net/remmina-plugins: USE_TOOLS+= msgfmt
-rw-r--r-- | net/remmina-plugins/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/remmina-plugins/Makefile b/net/remmina-plugins/Makefile index a6a22ac2564..31b4add1b75 100644 --- a/net/remmina-plugins/Makefile +++ b/net/remmina-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2012/03/15 17:27:13 asau Exp $ +# $NetBSD: Makefile,v 1.2 2012/05/26 01:38:25 marino Exp $ DISTNAME= remmina-plugins-0.9.2 CATEGORIES= net @@ -13,7 +13,7 @@ PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= rdesktop>=1.6.0:../../net/rdesktop GNU_CONFIGURE= yes -USE_TOOLS+= intltool perl pkg-config gmake +USE_TOOLS+= intltool perl pkg-config gmake msgfmt .include "../../x11/libxkbfile/buildlink3.mk" |