diff options
author | drochner <drochner@pkgsrc.org> | 2007-10-29 23:12:47 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-10-29 23:12:47 +0000 |
commit | bdbb98e5ef89d92f447cc83e78fa14cc1d58ff15 (patch) | |
tree | 89e179a7ae095ac3334906cb9daaa35aa1c5b9f6 /audio/exaile/Makefile | |
parent | 1278474c11332382c57e9497852afc87b2c2c06d (diff) | |
download | pkgsrc-bdbb98e5ef89d92f447cc83e78fa14cc1d58ff15.tar.gz |
-fix a syntax problem in the .desktop file leading to warnings
-pull in desktop-file-utils for sanity
-bump PKGREVISION
Diffstat (limited to 'audio/exaile/Makefile')
-rw-r--r-- | audio/exaile/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/exaile/Makefile b/audio/exaile/Makefile index c933b01a193..cbc9af86983 100644 --- a/audio/exaile/Makefile +++ b/audio/exaile/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2007/10/17 21:40:11 rillig Exp $ +# $NetBSD: Makefile,v 1.8 2007/10/29 23:12:47 drochner Exp $ # DISTNAME= exaile_0.2.10 PKGNAME= exaile-0.2.10 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= audio MASTER_SITES= http://www.exaile.org/files/ @@ -26,6 +26,7 @@ post-install: ${ECHO} exec "${PYTHONBIN} ${PREFIX}/share/exaile/exaile.py" >> ${EX} chmod 755 ${EX} +.include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../lang/python/application.mk" .include "../../x11/py-gtk2/buildlink3.mk" .include "../../sysutils/py-dbus/buildlink3.mk" |