pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/exaile



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jun 23 11:52:04 UTC 2017

Modified Files:
        pkgsrc/audio/exaile: Makefile

Log Message:
Stop using removed py-mutagen/bl3.mk.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/audio/exaile/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/exaile/Makefile
diff -u pkgsrc/audio/exaile/Makefile:1.55 pkgsrc/audio/exaile/Makefile:1.56
--- pkgsrc/audio/exaile/Makefile:1.55   Sun Feb 12 06:25:02 2017
+++ pkgsrc/audio/exaile/Makefile        Fri Jun 23 11:52:04 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2017/02/12 06:25:02 ryoon Exp $
+# $NetBSD: Makefile,v 1.56 2017/06/23 11:52:04 wiz Exp $
 
 DISTNAME=      exaile_0.2.14
 PKGNAME=       ${DISTNAME:S/_/-/1}
@@ -11,6 +11,9 @@ HOMEPAGE=     http://www.exaile.org/
 COMMENT=       Music player
 LICENSE=       gnu-gpl-v2 # or later
 
+DEPENDS+=      ${PYPKGPREFIX}-mutagen-[0-9]*:../../audio/py-mutagen
+DEPENDS+=      ${PYPKGPREFIX}-notify-python-[0-9]*:../../sysutils/py-notify-python
+
 WRKSRC=                ${WRKDIR}/exaile-0.2.14
 
 USE_PKGLOCALEDIR=      yes
@@ -26,10 +29,8 @@ MAKE_FLAGS+= PKGLOCALEDIR=${PKGLOCALEDIR
 .include "../../lang/python/application.mk"
 .include "../../x11/py-gtk2/buildlink3.mk"
 .include "../../sysutils/py-dbus/buildlink3.mk"
-.include "../../audio/py-mutagen/buildlink3.mk"
 .include "../../multimedia/py-gstreamer0.10/buildlink3.mk"
 .include "../../textproc/py-elementtree/buildlink3.mk"
 .include "../../databases/py-sqlite2/buildlink3.mk"
-DEPENDS+=      ${PYPKGPREFIX}-notify-python-[0-9]*:../../sysutils/py-notify-python
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index