diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-13 18:23:29 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-13 18:23:29 +0000 |
commit | 1cf9796f3cd4e88d0e6a9c255ade06c839b84da0 (patch) | |
tree | 729febc408b332097c08ae0e7d6cc546eae5bec4 /www/lynx/Makefile | |
parent | c3df5f94e8336d21aea6980590b3530b787be1a9 (diff) | |
download | pkgsrc-1cf9796f3cd4e88d0e6a9c255ade06c839b84da0.tar.gz |
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'www/lynx/Makefile')
-rw-r--r-- | www/lynx/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index c8cd820cae5..0db1bf83074 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.87 2006/02/13 12:37:47 drochner Exp $ +# $NetBSD: Makefile,v 1.88 2006/04/13 18:23:39 jlam Exp $ # # NOTE: Please do not enable the lynxcgi feature unless it is lynx @@ -24,8 +24,6 @@ MAINTAINER= fredb@NetBSD.org HOMEPAGE= http://lynx.isc.org/ COMMENT= Alphanumeric display oriented World-Wide Web Client -BUILD_USES_MSGFMT= yes - PKG_INSTALLATION_TYPES= overwrite pkgviews DIST_SUBDIR= lynx @@ -36,7 +34,7 @@ INSTALL_TARGET= install-full install-lss MAKEFILE= makefile CONFIGURE_ENV+= GZIP=${TOOLS_GZIP_CMD:Q} -USE_TOOLS+= gzip +USE_TOOLS+= gzip msgfmt .include "options.mk" |