diff options
author | jlam <jlam> | 2006-04-13 18:23:29 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-13 18:23:29 +0000 |
commit | 2c01ea3b7724677eb90f7cc5186e55f90a768fed (patch) | |
tree | 729febc408b332097c08ae0e7d6cc546eae5bec4 /audio/madplay/Makefile | |
parent | 0d23c6cf3b6a21d4d2329d18c05613115d683099 (diff) | |
download | pkgsrc-2c01ea3b7724677eb90f7cc5186e55f90a768fed.tar.gz |
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'audio/madplay/Makefile')
-rw-r--r-- | audio/madplay/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/madplay/Makefile b/audio/madplay/Makefile index 484aa7392a4..2556c1c11f0 100644 --- a/audio/madplay/Makefile +++ b/audio/madplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2006/02/05 23:08:11 joerg Exp $ +# $NetBSD: Makefile,v 1.30 2006/04/13 18:23:29 jlam Exp $ # DISTNAME= madplay-0.15.2b @@ -11,11 +11,10 @@ MAINTAINER= simonb@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/mad/ COMMENT= High-quality MPEG audio decoder -BUILD_USES_MSGFMT= YES - USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES +USE_TOOLS+= msgfmt # Avoid an ICE in gcc2 on sparc64 CONFIGURE_ENV+= F77=${FALSE:Q} |