summaryrefslogtreecommitdiff
path: root/time/gcal
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-01-26 21:49:40 +0000
committerjoerg <joerg@pkgsrc.org>2006-01-26 21:49:40 +0000
commit013887fb68a39c8d67f7112c29d61a692d3fa505 (patch)
tree46dd90409abe649a6131b989c63896982172408e /time/gcal
parentc9fcb24ab3c4c7e73237c15ae1e03dd4cdc9c593 (diff)
downloadpkgsrc-013887fb68a39c8d67f7112c29d61a692d3fa505.tar.gz
Has BROKEN_GETTEXT_DETECTION. Uses msgfmt.
Diffstat (limited to 'time/gcal')
-rw-r--r--time/gcal/Makefile4
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"