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 | 3898ce2f2d069e0669178de70c0519a01202e7f6 (patch) | |
tree | 729febc408b332097c08ae0e7d6cc546eae5bec4 /www/lynx/Makefile | |
parent | 1fbf196231c041a6156a15d4636adac1f8636ea2 (diff) | |
download | pkgsrc-3898ce2f2d069e0669178de70c0519a01202e7f6.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" |