summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-01-03 14:45:27 +0000
committerhubertf <hubertf>2001-01-03 14:45:27 +0000
commit21e0a45f75642e63c14f63a46ad3be8d84c281d4 (patch)
tree3791b0309e4a140c1a07909f35ce80d6af00f483 /sysutils
parent1fa7bedb049f9161c072a6514271552d05c5633f (diff)
downloadpkgsrc-21e0a45f75642e63c14f63a46ad3be8d84c281d4.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')
-rw-r--r--sysutils/mc/Makefile.common4
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-*