diff options
author | grant <grant@pkgsrc.org> | 2004-02-14 00:54:44 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-02-14 00:54:44 +0000 |
commit | 5901dbcf3e6218c72c2b5011a9820382fb4ba138 (patch) | |
tree | 7b78cab28e7ca349de50d60d5ace808c46435287 /devel/gettext-m4 | |
parent | db83ed12c41c6a409071498f109d35b21f27074d (diff) | |
download | pkgsrc-5901dbcf3e6218c72c2b5011a9820382fb4ba138.tar.gz |
remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does this
automatically now.
Diffstat (limited to 'devel/gettext-m4')
-rw-r--r-- | devel/gettext-m4/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/gettext-m4/Makefile b/devel/gettext-m4/Makefile index c424a1c2945..2217ce3ac83 100644 --- a/devel/gettext-m4/Makefile +++ b/devel/gettext-m4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/07/21 16:43:22 martti Exp $ +# $NetBSD: Makefile,v 1.9 2004/02/14 00:54:45 grant Exp $ DISTNAME= gettext-0.11.5 PKGNAME= gettext-m4-0.11.5 @@ -13,8 +13,6 @@ COMMENT= Autoconf/automake m4 files for GNU NLS library CONFLICTS= gettext<=0.10.35nb1 GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --with-included-gettext -CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess -CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" |