diff options
author | wiz <wiz> | 2005-07-20 19:13:44 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-07-20 19:13:44 +0000 |
commit | 3612a1ee4b6cb5530096022ce1b0b59a2f27b683 (patch) | |
tree | 8ac9f5bd4d86b475b8a5dc3194dab32853876d8d /comms/scmxx | |
parent | dd35c30ca397717986cbc046b0e13e9379b9d597 (diff) | |
download | pkgsrc-3612a1ee4b6cb5530096022ce1b0b59a2f27b683.tar.gz |
Set USE_MSGFMT_PLURALS.
Diffstat (limited to 'comms/scmxx')
-rw-r--r-- | comms/scmxx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/scmxx/Makefile b/comms/scmxx/Makefile index 44b0d418b5b..f2ec24cd6da 100644 --- a/comms/scmxx/Makefile +++ b/comms/scmxx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2005/07/14 19:15:56 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2005/07/20 19:13:44 wiz Exp $ # DISTNAME= scmxx-0.8.0 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.hendrik-sattler.de/scmxx/ COMMENT= Data exchange utility for Siemens mobile phones GNU_CONFIGURE= yes +USE_MSGFMT_PLURALS= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake |