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 /ham/tlf | |
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 'ham/tlf')
-rw-r--r-- | ham/tlf/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ham/tlf/Makefile b/ham/tlf/Makefile index 8df0cba4bee..6ca70f10700 100644 --- a/ham/tlf/Makefile +++ b/ham/tlf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/03/09 21:04:44 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2006/04/13 18:23:34 jlam Exp $ # DISTNAME= tlf-0.9.27 @@ -11,9 +11,8 @@ HOMEPAGE= http://home.iae.nl/users/reinc/TLF-0.2.html COMMENT= Advanced hamradio logging and contest program USE_NCURSES= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt GNU_CONFIGURE= yes -BUILD_USES_MSGFMT=yes PTHREAD_OPTS+= require PTHREAD_AUTO_VARS= yes |