diff options
author | hubertf <hubertf> | 2001-01-03 02:58:17 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-01-03 02:58:17 +0000 |
commit | c85234ce29154aa62213eaddb99edef12a22a22a (patch) | |
tree | 69ce40ac7670ea1525f45af6b006be3129b31781 /sysutils | |
parent | decd7024387a950117298fc969851a485fc3f8ed (diff) | |
download | pkgsrc-c85234ce29154aa62213eaddb99edef12a22a22a.tar.gz |
Add missing USE_LIBINTL=yes, to unbreak bulk building.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/mc/Makefile.common | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/mc/Makefile.common b/sysutils/mc/Makefile.common index 54312c209c1..698d575e702 100644 --- a/sysutils/mc/Makefile.common +++ b/sysutils/mc/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2000/10/20 17:00:23 tron Exp $ +# $NetBSD: Makefile.common,v 1.3 2001/01/03 02:58:17 hubertf Exp $ DISTNAME= mc-4.5.51 CATEGORIES+= sysutils @@ -17,7 +17,8 @@ PATCHDIR= ${.CURDIR}/../../sysutils/mc/patches PLIST_SUBST+= LOCALEBASE=${LOCALEBASE} -USE_GMAKE= # defined +USE_GMAKE= yes +USE_LIBINTL= yes GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --without-included-gettext |