aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-09-18 07:44:11 +0800
committeredwin <edwin@FreeBSD.org>2003-09-18 07:44:11 +0800
commit9cd860f407d0406ec283653cf790d32b9ed52234 (patch)
tree477422767a70bf1623a2e62ae55aca1feb4199af /misc
parenta653cf04425c0705038b2e9179c3ff97016f0501 (diff)
downloadfreebsd-ports-gnome-9cd860f407d0406ec283653cf790d32b9ed52234.tar.gz
freebsd-ports-gnome-9cd860f407d0406ec283653cf790d32b9ed52234.tar.zst
freebsd-ports-gnome-9cd860f407d0406ec283653cf790d32b9ed52234.zip
Chase multimedia/xmms library bump.
Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org> Approved by: (unbreak of port builds)
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