From 94f008a6589cefd0bcd674180314665952cb2a9d Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 18 Jun 2001 10:06:45 +0000 Subject: Convert to use buildlink.mk files. --- devel/gmake/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'devel') diff --git a/devel/gmake/Makefile b/devel/gmake/Makefile index c3fca611276..703ef51ae18 100644 --- a/devel/gmake/Makefile +++ b/devel/gmake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2001/03/19 16:24:53 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.26 2001/06/18 10:06:45 jlam Exp $ # FreeBSD Id: Makefile,v 1.16 1997/06/13 20:00:47 max Exp # @@ -12,13 +12,15 @@ HOMEPAGE= http://www.gnu.org/software/make/make.html COMMENT= GNU version of 'make' utility USE_GTEXINFO= YES -USE_LIBINTL= YES +#USE_LIBINTL= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+=--program-prefix="g" CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" +.include "../../devel/gettext-lib/buildlink.mk" + post-extract: ${MV} ${WRKSRC}/make.texinfo ${WRKSRC}/make.texinfo.orig ${SED} '/@dircategory/s|.*|@dircategory Programming \& development tools|' \ -- cgit v1.2.3