From 1cf9796f3cd4e88d0e6a9c255ade06c839b84da0 Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 13 Apr 2006 18:23:29 +0000 Subject: BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with USE_TOOLS+=msgfmt. --- audio/aumix/Makefile.common | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'audio/aumix') diff --git a/audio/aumix/Makefile.common b/audio/aumix/Makefile.common index badfde46cb4..ae98d91250f 100644 --- a/audio/aumix/Makefile.common +++ b/audio/aumix/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2005/04/11 21:44:51 tv Exp $ +# $NetBSD: Makefile.common,v 1.3 2006/04/13 18:23:29 jlam Exp $ DISTNAME= aumix-2.8 CATEGORIES= audio @@ -13,13 +13,12 @@ MAINTAINER= trevor@jpj.net HOMEPAGE= http://jpj.net/~trevor/aumix.html COMMENT= Set mix levels -BUILD_USES_MSGFMT= yes - DISTINFO_FILE= ${.CURDIR}/../../audio/aumix/distinfo PATCHDIR= ${.CURDIR}/../../audio/aumix/patches PLIST_SRC= ${.CURDIR}/../../audio/aumix/PLIST USE_PKGLOCALEDIR= yes +USE_TOOLS+= msgfmt GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-own-labels -- cgit v1.2.3