diff options
-rw-r--r-- | devel/gettext/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile index 7b6f4dcf4d8..9b0f22bbd7e 100644 --- a/devel/gettext/Makefile +++ b/devel/gettext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2004/04/20 13:36:47 tv Exp $ +# $NetBSD: Makefile,v 1.60 2004/09/30 13:29:15 tv Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp # @@ -18,6 +18,7 @@ USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes +SHLIBTOOL_OVERRIDE= libtool CONFIGURE_ARGS+= --without-included-gettext INFO_FILES= gettext.info |