diff options
Diffstat (limited to 'x11/xmms-osd/Makefile')
-rw-r--r-- | x11/xmms-osd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/xmms-osd/Makefile b/x11/xmms-osd/Makefile index 6693f569200..407c2343243 100644 --- a/x11/xmms-osd/Makefile +++ b/x11/xmms-osd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2008/07/14 12:56:20 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2009/02/03 19:59:42 shattered Exp $ # PKG_DESTDIR_SUPPORT= user-destdir @@ -6,7 +6,7 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "../../x11/xosd/Makefile.common" PKGNAME= ${DISTNAME:S/xosd/xmms-osd/} -PKGREVISION= 3 +#PKGREVISION= 1 COMMENT= XMMS plugin that shows current status on your desktop CONFLICTS= xosd<=2.2.0 @@ -14,8 +14,8 @@ CONFLICTS= xosd<=2.2.0 CONFIGURE_ENV+= XOSD_XMMS_PLUGIN=YES CONFIGURE_ARGS+= --enable-new-plugin -BUILD_DIRS= ${WRKSRC}/src/xmms_plugin -INSTALL_DIRS= ${WRKSRC}/src/xmms_plugin +BUILD_DIRS= src/xmms_plugin +INSTALL_DIRS= src/xmms_plugin .include "../../audio/xmms/buildlink3.mk" .include "../../graphics/gdk-pixbuf/buildlink3.mk" |