diff options
author | petef <petef@FreeBSD.org> | 2002-03-26 16:02:40 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-03-26 16:02:40 +0800 |
commit | 722ea791c37ccf5432681e5a8f22c3a95153b0e7 (patch) | |
tree | e6676dc3e7c32ca0984189bf283f17f3a7104b79 /misc/xosd | |
parent | 59c5ae6ee953acb8ea4120dc1b7817db6298d85b (diff) | |
download | freebsd-ports-gnome-722ea791c37ccf5432681e5a8f22c3a95153b0e7.tar.gz freebsd-ports-gnome-722ea791c37ccf5432681e5a8f22c3a95153b0e7.tar.zst freebsd-ports-gnome-722ea791c37ccf5432681e5a8f22c3a95153b0e7.zip |
Chase xmms shlib major #.
PR: 36253
Submitted by: Norikatsu Shigemura <FreeBSD-gnats-submit@freebsd.org>
Approved by: maintainer
Diffstat (limited to 'misc/xosd')
-rw-r--r-- | misc/xosd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/xosd/Makefile b/misc/xosd/Makefile index 13c57c8f2b78..3e8aee0ddc73 100644 --- a/misc/xosd/Makefile +++ b/misc/xosd/Makefile @@ -16,7 +16,7 @@ MAINTAINER= perky@fallin.lv LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt .if defined(WITH_XMMS) -LIB_DEPENDS+= xmms.2:${PORTSDIR}/audio/xmms +LIB_DEPENDS+= xmms.3:${PORTSDIR}/audio/xmms .endif XMMS_CONFIG?= ${X11BASE}/bin/xmms-config |