summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrodent <rodent>2013-04-05 11:14:03 +0000
committerrodent <rodent>2013-04-05 11:14:03 +0000
commitad43262df9b22e818543340669d3c78b211fae2e (patch)
treeddfcc5dba6dd2550f0cce71ddfe24b6aa31b3704
parentf25a85eddc9b212385876df6626637fd20fbd8b9 (diff)
downloadpkgsrc-ad43262df9b22e818543340669d3c78b211fae2e.tar.gz
sysutils/py-notify doesn't exist anymore. Use DEPENDS to find it. Derive
PKGNAME from DISTNAME. Bump PKGREVISION.
-rw-r--r--audio/exaile/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/exaile/Makefile b/audio/exaile/Makefile
index c54a265004e..cdcc18fd890 100644
--- a/audio/exaile/Makefile
+++ b/audio/exaile/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.36 2013/02/16 11:20:08 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2013/04/05 11:14:03 rodent Exp $
#
DISTNAME= exaile_0.2.14
-PKGNAME= exaile-0.2.14
-PKGREVISION= 22
+PKGNAME= ${DISTNAME:S/_/-/1}
+PKGREVISION= 23
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"
-.include "../../sysutils/py-notify/buildlink3.mk"
+DEPENDS+= ${PYPKGPREFIX}-notify-[0-9]*:../../sysutils/py-notify
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"