diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-19 11:00:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-19 11:00:18 +0000 |
commit | ae0bccc61af85e134754fe9ecb3b20a4ad2aae05 (patch) | |
tree | 2ebb9469860527e8e93c7c1b2f5cb890ed9ea5ea /multimedia/kdemultimedia3/Makefile | |
parent | 912441634b25c009d90bad32056ba3b871c7b474 (diff) | |
download | pkgsrc-ae0bccc61af85e134754fe9ecb3b20a4ad2aae05.tar.gz |
Depend on xdg-dirs-1.2. Since this is pulled in
by kdelibs3 anyway, no actual change in dependencies, so no PKGREVISION
bump. Adapt comment in PLIST.
Diffstat (limited to 'multimedia/kdemultimedia3/Makefile')
-rw-r--r-- | multimedia/kdemultimedia3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/kdemultimedia3/Makefile b/multimedia/kdemultimedia3/Makefile index f6f0337f8d4..c56db4c25f6 100644 --- a/multimedia/kdemultimedia3/Makefile +++ b/multimedia/kdemultimedia3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2005/04/11 21:46:41 tv Exp $ +# $NetBSD: Makefile,v 1.26 2005/04/19 11:00:18 wiz Exp $ DISTNAME= kdemultimedia-${_KDE_VERSION} CATEGORIES= multimedia @@ -8,7 +8,7 @@ COMMENT= Multimedia tools for the KDE integrated X11 desktop DEPENDS+= xine-arts>=1rc0a:../../audio/xine-arts -USE_DIRS+= xdg-1.1 +USE_DIRS+= xdg-1.2 USE_PKGINSTALL= YES REPLACE_PERL= kscd/workman2cddb.pl |