diff options
Diffstat (limited to 'devel/gettext-lib/Makefile')
-rw-r--r-- | devel/gettext-lib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/gettext-lib/Makefile b/devel/gettext-lib/Makefile index 38012afebbb..a17a5af67bd 100644 --- a/devel/gettext-lib/Makefile +++ b/devel/gettext-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/11/29 01:12:29 hubertf Exp $ +# $NetBSD: Makefile,v 1.12 2002/07/19 03:07:21 schmonz Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp # @@ -19,6 +19,8 @@ USE_BUILDLINK_ONLY= yes USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig CONFIGURE_ARGS+= --with-included-gettext +CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess +CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub PATCHDIR= ${.CURDIR}/../../devel/gettext/patches DISTINFO_FILE= ${.CURDIR}/../../devel/gettext/distinfo |