diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-07-24 17:17:36 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-07-24 17:17:36 +0000 |
commit | 248dc5710564ae5fe6403f3546612d3f32b97116 (patch) | |
tree | 2d0157d028b06acf550fe884ee3686fc8a73e12c /x11 | |
parent | e45c69983b21332fa31424e48e691b0cb9d8aa0d (diff) | |
download | pkgsrc-248dc5710564ae5fe6403f3546612d3f32b97116.tar.gz |
Do not build the static version of the xmms-osd plugin (it's useless).
Bump revision of its package (xmms-osd) to 2.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xmms-osd/Makefile | 4 | ||||
-rw-r--r-- | x11/xmms-osd/PLIST | 3 | ||||
-rw-r--r-- | x11/xosd/Makefile.common | 5 |
3 files changed, 6 insertions, 6 deletions
diff --git a/x11/xmms-osd/Makefile b/x11/xmms-osd/Makefile index 73a0b000489..3f1e5f34116 100644 --- a/x11/xmms-osd/Makefile +++ b/x11/xmms-osd/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2003/07/13 13:54:33 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2003/07/24 17:17:37 jmmv Exp $ # .include "../xosd/Makefile.common" PKGNAME= ${DISTNAME:S/xosd/xmms-osd/} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= XMMS plugin that shows current status on your desktop CONFLICTS= xosd<=2.2.0 diff --git a/x11/xmms-osd/PLIST b/x11/xmms-osd/PLIST index cf52f0c2c2e..1af44fbfa38 100644 --- a/x11/xmms-osd/PLIST +++ b/x11/xmms-osd/PLIST @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/04/12 12:15:35 jmmv Exp $ -lib/xmms/General/libxmms_osd.a +@comment $NetBSD: PLIST,v 1.2 2003/07/24 17:17:37 jmmv Exp $ lib/xmms/General/libxmms_osd.la lib/xmms/General/libxmms_osd.so @comment in xmms: @dirrm lib/xmms/General diff --git a/x11/xosd/Makefile.common b/x11/xosd/Makefile.common index 9f49ee4451f..ebabe58b7c1 100644 --- a/x11/xosd/Makefile.common +++ b/x11/xosd/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2003/07/17 22:57:01 grant Exp $ +# $NetBSD: Makefile.common,v 1.5 2003/07/24 17:17:36 jmmv Exp $ # DISTNAME= xosd-2.2.2 @@ -16,7 +16,8 @@ USE_BUILDLINK2= yes USE_LIBTOOL= yes USE_X11= yes -LIBTOOL_OVERRIDE= ${WRKSRC}/libtool ${WRKSRC}/libtool-disable-static +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +SHLIBTOOL_OVERRIDE= ${WRKSRC}/libtool-disable-static CONFIGURE_ARGS+= --disable-xinerama |