summaryrefslogtreecommitdiff
path: root/devel/fhist
diff options
context:
space:
mode:
authorjlam <jlam>2006-04-13 18:23:29 +0000
committerjlam <jlam>2006-04-13 18:23:29 +0000
commit2c01ea3b7724677eb90f7cc5186e55f90a768fed (patch)
tree729febc408b332097c08ae0e7d6cc546eae5bec4 /devel/fhist
parent0d23c6cf3b6a21d4d2329d18c05613115d683099 (diff)
downloadpkgsrc-2c01ea3b7724677eb90f7cc5186e55f90a768fed.tar.gz
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'devel/fhist')
-rw-r--r--devel/fhist/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/fhist/Makefile b/devel/fhist/Makefile
index 2a1958b1ea0..227aed58715 100644
--- a/devel/fhist/Makefile
+++ b/devel/fhist/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/02/05 23:08:42 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2006/04/13 18:23:31 jlam Exp $
#
DISTNAME= fhist-1.13
@@ -10,12 +10,9 @@ MAINTAINER= Matthew@Aldous.com
HOMEPAGE= http://fhist.sourceforge.net/
COMMENT= File history and comparison tools
-BUILD_USES_MSGFMT= YES
-
+USE_TOOLS+= gsoelim msgfmt
GNU_CONFIGURE= YES
-USE_TOOLS+= gsoelim
-
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"