diff options
author | marino <marino> | 2012-05-26 01:38:25 +0000 |
---|---|---|
committer | marino <marino> | 2012-05-26 01:38:25 +0000 |
commit | 08a0b52ef8ab06fe5c72be069dec7685cf853c48 (patch) | |
tree | 47e908189e384a4e1242886ed2cf8726235d6952 /net/remmina-plugins | |
parent | 32f7902d4c98a72938385506a0633376dbe3849f (diff) | |
download | pkgsrc-08a0b52ef8ab06fe5c72be069dec7685cf853c48.tar.gz |
net/remmina-plugins: USE_TOOLS+= msgfmt
Diffstat (limited to 'net/remmina-plugins')
-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" |