diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-05 11:14:03 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-05 11:14:03 +0000 |
commit | e9f64487fac3647609ff193398ce0ccf8085deb4 (patch) | |
tree | ddfcc5dba6dd2550f0cce71ddfe24b6aa31b3704 /audio | |
parent | d5b8db3018a1787e37d4fba4004c25f94e9ca5c5 (diff) | |
download | pkgsrc-e9f64487fac3647609ff193398ce0ccf8085deb4.tar.gz |
sysutils/py-notify doesn't exist anymore. Use DEPENDS to find it. Derive
PKGNAME from DISTNAME. Bump PKGREVISION.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/exaile/Makefile | 8 |
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" |