diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-01-03 14:45:27 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-01-03 14:45:27 +0000 |
commit | 07a4ed5624385cade0b106384bbfe54661023075 (patch) | |
tree | 3791b0309e4a140c1a07909f35ce80d6af00f483 /sysutils/mc | |
parent | 05a2f46fa9037a008242cad4d5fe0c93365ef525 (diff) | |
download | pkgsrc-07a4ed5624385cade0b106384bbfe54661023075.tar.gz |
Give it all it wants: autoconf (for autoheader), and gettext (for msgfmt).
Both as BUILD_DEPENDS.
XXX Seems we need a USE_INTL that pulls in gettext as USE_LIBINTL pulls in
XXX gettext-lib
Diffstat (limited to 'sysutils/mc')
-rw-r--r-- | sysutils/mc/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/mc/Makefile.common b/sysutils/mc/Makefile.common index 698d575e702..06d9f96c04c 100644 --- a/sysutils/mc/Makefile.common +++ b/sysutils/mc/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2001/01/03 02:58:17 hubertf Exp $ +# $NetBSD: Makefile.common,v 1.4 2001/01/03 14:45:27 hubertf Exp $ DISTNAME= mc-4.5.51 CATEGORIES+= sysutils @@ -9,6 +9,8 @@ HOMEPAGE= http://www.gnome.org/mc/ DEPENDS+= libslang-*:../../devel/libslang DEPENDS+= glib>=1.2.0:../../devel/glib +BUILD_DEPENDS+= msgfmt:../../devel/gettext +BUILD_DEPENDS+= autoheader:../../devel/autoconf CONFLICTS+= mc-* gmc-* |