summaryrefslogtreecommitdiff
path: root/x11/xmms-osd/Makefile
diff options
context:
space:
mode:
authorshattered <shattered@pkgsrc.org>2009-02-03 19:59:41 +0000
committershattered <shattered@pkgsrc.org>2009-02-03 19:59:41 +0000
commitdfda14d1539763bc9ae9ae25e803d98c8255cf74 (patch)
tree250f95f38487926436da7e04e4125cf82563e3d0 /x11/xmms-osd/Makefile
parentd33d3af1f8e3bfdfb3915420fc2eecc445e57408 (diff)
downloadpkgsrc-dfda14d1539763bc9ae9ae25e803d98c8255cf74.tar.gz
Update to 2.2.14, enable Xinerama support, delint. Changes:
2.2.14: Timeout Bigfix Patch (P Hahn) Documentation Patch (P Hahn) Beep Plugin Security Patch (P Hahn) 2.2.13: buffer overflow patch (P Hahn) timeout patch (P Hahn) x window select patch (P Hahn) x event patch (P Hahn) synchronous update patch (P Hahn) beep media player plugin (G Washk) OK by wiz@.
Diffstat (limited to 'x11/xmms-osd/Makefile')
-rw-r--r--x11/xmms-osd/Makefile8
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"