summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/exaile/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/exaile/Makefile b/audio/exaile/Makefile
index cdcc18fd890..b8bb0371439 100644
--- a/audio/exaile/Makefile
+++ b/audio/exaile/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.37 2013/04/05 11:14:03 rodent Exp $
+# $NetBSD: Makefile,v 1.38 2013/04/29 14:47:29 ryoon Exp $
#
DISTNAME= exaile_0.2.14
PKGNAME= ${DISTNAME:S/_/-/1}
-PKGREVISION= 23
+PKGREVISION= 24
CATEGORIES= audio
MASTER_SITES= http://www.exaile.org/files/
@@ -29,6 +29,6 @@ MAKE_FLAGS+= PKGLOCALEDIR=${PKGLOCALEDIR}
.include "../../multimedia/py-gstreamer0.10/buildlink3.mk"
.include "../../textproc/py-elementtree/buildlink3.mk"
.include "../../databases/py-sqlite2/buildlink3.mk"
-DEPENDS+= ${PYPKGPREFIX}-notify-[0-9]*:../../sysutils/py-notify
+DEPENDS+= ${PYPKGPREFIX}-notify-python-[0-9]*:../../sysutils/py-notify-python
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"