diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-26 21:49:40 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-26 21:49:40 +0000 |
commit | 013887fb68a39c8d67f7112c29d61a692d3fa505 (patch) | |
tree | 46dd90409abe649a6131b989c63896982172408e /time | |
parent | c9fcb24ab3c4c7e73237c15ae1e03dd4cdc9c593 (diff) | |
download | pkgsrc-013887fb68a39c8d67f7112c29d61a692d3fa505.tar.gz |
Has BROKEN_GETTEXT_DETECTION. Uses msgfmt.
Diffstat (limited to 'time')
-rw-r--r-- | time/gcal/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/time/gcal/Makefile b/time/gcal/Makefile index 14f9654f2ff..421e2dbd1fd 100644 --- a/time/gcal/Makefile +++ b/time/gcal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/04/11 21:47:44 tv Exp $ +# $NetBSD: Makefile,v 1.11 2006/01/26 21:49:40 joerg Exp $ # DISTNAME= gcal-3.01 @@ -14,6 +14,8 @@ USE_PKGLOCALEDIR= yes INFO_FILES= gcal.info GNU_CONFIGURE= yes +BUILD_USES_MSGFMT= yes +BROKEN_GETTEXT_DETECTION= yes .include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |