diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-07 20:19:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-07 20:19:54 +0000 |
commit | 7768a61696caeb23933e1f63e431c94eae105cb9 (patch) | |
tree | 16e0d95172488967431765ae4dfb00352d6a2018 | |
parent | ae452b831e6defb45313e6ede1a3d9fa73ad89d1 (diff) | |
download | pkgsrc-7768a61696caeb23933e1f63e431c94eae105cb9.tar.gz |
Remove xmms dependency -- not needed any longer (xmmswrapper was removed).
Ride 1.4.5 update commit.
-rw-r--r-- | audio/amarok/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index 560583f6f01..1646190e19d 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2007/02/07 20:09:54 drochner Exp $ +# $NetBSD: Makefile,v 1.54 2007/02/07 20:19:54 wiz Exp $ DISTNAME= amarok-1.4.5 CATEGORIES= audio kde @@ -58,7 +58,6 @@ BUILDLINK_API_DEPENDS.taglib+= taglib>=1.4 .include "../../audio/libvisual/buildlink3.mk" .include "../../devel/SDL/buildlink3.mk" .include "../../audio/taglib/buildlink3.mk" -.include "../../audio/xmms/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../lang/python/application.mk" .include "../../lang/ruby/buildlink3.mk" |