summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-17 23:44:11 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-17 23:44:11 +0000
commitb484a4b30a17bbf1c7a1d5cbf92b0f797c410987 (patch)
tree9c2d64858d998043558ea069d72b50156b8a990e /misc
parent- Fix BBCode vulnerability & pgsql problem in phpbb (diff)
Chase multimedia/xmms library bump.
Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org> Approved by: (unbreak of port builds)
Notes
Notes: svn path=/head/; revision=89020
Diffstat (limited to 'misc')
-rw-r--r--misc/xosd/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/xosd/Makefile b/misc/xosd/Makefile
index 528a8011b3a7..23f66264ba17 100644
--- a/misc/xosd/Makefile
+++ b/misc/xosd/Makefile
@@ -18,7 +18,7 @@ COMMENT= X On-Screen-Display Library and XMMS plug-in
LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
.if !defined(WITHOUT_XMMS)
-LIB_DEPENDS+= xmms.3:${PORTSDIR}/multimedia/xmms
+LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms
.endif
XMMS_CONFIG?= ${X11BASE}/bin/xmms-config
@@ -45,7 +45,8 @@ MAN1= osd_cat.1 xosd-config.1
MAN3= xosd_destroy.3 xosd_is_onscreen.3 xosd_set_shadow_offset.3 \
xosd_display.3 xosd_set_align.3 xosd_set_vertical_offset.3 \
xosd.3 xosd_get_number_lines.3 xosd_set_horizontal_offset.3 \
- xosd_show.3 xosd_create.3 xosd_hide.3 xosd_set_pos.3 xosd_uninit.3
+ xosd_show.3 xosd_create.3 xosd_hide.3 xosd_set_pos.3 \
+ xosd_uninit.3 xosd_set_bar_length.3
pre-patch:
${REINPLACE_CMD} -e 's,-lc_r,-lblahblah,g' ${WRKSRC}/ltmain.sh