diff options
Diffstat (limited to 'www/lynx/Makefile')
-rw-r--r-- | www/lynx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 6f697947739..d8220c450b8 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2001/02/17 17:22:13 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2001/03/27 03:20:23 hubertf Exp $ # DISTNAME= lynx2.8.3rel.1 @@ -28,7 +28,7 @@ MAINTAINER= fb@enteract.com HOMEPAGE= http://lynx.browser.org/ COMMENT= Alphanumeric display oriented World-Wide Web Client -BUILD_DEPENDS+= msgfmt:../../devel/gettext +BUILD_USES_MSGFMT= yes USE_LIBINTL= yes |