diff options
author | obache <obache@pkgsrc.org> | 2011-01-01 12:34:14 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-01-01 12:34:14 +0000 |
commit | c5f89e104b7bab04fe62d1b75e72d924452468e2 (patch) | |
tree | 4dc30e4db0dfa39d61bb645f76bb680b87adb833 /net | |
parent | cf3d36fe7f68b9216b99dee3d852a5a1bfaff521 (diff) | |
download | pkgsrc-c5f89e104b7bab04fe62d1b75e72d924452468e2.tar.gz |
Using xgettext, msguniq, msgmerge and msgfmt.
Diffstat (limited to 'net')
-rw-r--r-- | net/bittorrent/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/bittorrent/Makefile b/net/bittorrent/Makefile index 0659aefef62..422e1092b22 100644 --- a/net/bittorrent/Makefile +++ b/net/bittorrent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2010/02/10 19:17:43 joerg Exp $ +# $NetBSD: Makefile,v 1.41 2011/01/01 12:34:14 obache Exp $ PKG_DESTDIR_SUPPORT= user-destdir @@ -12,6 +12,8 @@ PYDISTUTILSPKG= yes CONFLICTS+= bittornado-[0-9]* CONFLICTS+= BitTornado-[0-9]* +USE_TOOLS+= msgfmt xgettext msgmerge + .include "../../mk/bsd.prefs.mk" .include "../../lang/python/application.mk" |