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 /audio/aumix | |
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 'audio/aumix')
-rw-r--r-- | audio/aumix/Makefile.common | 5 |
1 files changed, 2 insertions, 3 deletions
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 |