diff options
author | drochner <drochner@pkgsrc.org> | 2009-07-29 17:40:53 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-07-29 17:40:53 +0000 |
commit | efb63199f2170861c5ed0b76a575011e170db086 (patch) | |
tree | 85348853311574fac5aa151b6c8027fd30cddc9c /audio | |
parent | bd8458bfad61611ef634a8d4d8caa44be02a9d44 (diff) | |
download | pkgsrc-efb63199f2170861c5ed0b76a575011e170db086.tar.gz |
drop "mpd" dependency: not needed for build, and dosn't even need
to be on the same machine at runtime
Diffstat (limited to 'audio')
-rw-r--r-- | audio/sonata/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/sonata/Makefile b/audio/sonata/Makefile index 1f945f02a6f..b4c13e2ce4a 100644 --- a/audio/sonata/Makefile +++ b/audio/sonata/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2009/07/22 09:01:20 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2009/07/29 17:40:53 drochner Exp $ # DISTNAME= sonata-1.6.2 @@ -12,8 +12,6 @@ COMMENT= Elegant GTK2 client for the Music Player Daemon PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= musicpd>0:../../audio/musicpd - PYTHON_VERSIONS_ACCEPTED= 25 24 PY_PATCHPLIST= yes PYDISTUTILSPKG= yes |