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 /multimedia/kmplayer | |
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 'multimedia/kmplayer')
-rw-r--r-- | multimedia/kmplayer/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/kmplayer/Makefile b/multimedia/kmplayer/Makefile index 7e612c5e8b4..f3d0143a859 100644 --- a/multimedia/kmplayer/Makefile +++ b/multimedia/kmplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2006/02/05 23:10:16 joerg Exp $ +# $NetBSD: Makefile,v 1.27 2006/04/13 18:23:36 jlam Exp $ # DISTNAME= kmplayer-0.9.1 @@ -11,13 +11,12 @@ MAINTAINER= markd@NetBSD.org HOMEPAGE= http://kmplayer.kde.org/ COMMENT= KDE frontend to mplayer -BUILD_USES_MSGFMT= yes DEPENDS+= mplayer>=1.0rc3:../../multimedia/mplayer DEPENDS+= mencoder>=1.0rc3:../../multimedia/mencoder DEPENDS+= xine-arts>=1rc0a:../../audio/xine-arts GNU_CONFIGURE= yes -USE_TOOLS+= gmake perl pkg-config +USE_TOOLS+= gmake msgfmt perl pkg-config USE_LANGUAGES= c c++ USE_LIBTOOL= yes |