diff options
author | ryoon <ryoon@pkgsrc.org> | 2014-01-29 18:44:32 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2014-01-29 18:44:32 +0000 |
commit | 18a61fd5c3aa28e49a68f5bad6b9615a0e3f293b (patch) | |
tree | 46ba2e3eccfe9355f8ec535faf8341147e34f772 /databases/libgda | |
parent | aa2259294bbf7d7c6449db79e7f50a9b8c70e568 (diff) | |
download | pkgsrc-18a61fd5c3aa28e49a68f5bad6b9615a0e3f293b.tar.gz |
Bump PKGREVISION
* Fix build. itstool is needed.
Diffstat (limited to 'databases/libgda')
-rw-r--r-- | databases/libgda/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/libgda/Makefile.common b/databases/libgda/Makefile.common index 24d759a7947..f78b408096a 100644 --- a/databases/libgda/Makefile.common +++ b/databases/libgda/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.55 2014/01/23 23:42:38 ryoon Exp $ +# $NetBSD: Makefile.common,v 1.56 2014/01/29 18:44:32 ryoon Exp $ # # used by databases/libgda/Makefile # used by databases/libgda-mysql @@ -16,6 +16,8 @@ COMMENT= GNU database access library DISTINFO_FILE= ${.CURDIR}/../../databases/libgda/distinfo PATCHDIR= ${.CURDIR}/../../databases/libgda/patches +TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool + USE_TOOLS+= gmake intltool pkg-config msgfmt USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES |