diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-06-21 23:35:23 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-06-21 23:35:23 +0800 |
commit | 0515f27c4037308740c8ee18836d0687f78badef (patch) | |
tree | 34e00e2a3c5f5fd0fc4c9c79fa97129508fb0419 /misc | |
parent | 30ca9d3caad51326cfd8933440d44b5b7b5a5e93 (diff) | |
download | freebsd-ports-gnome-0515f27c4037308740c8ee18836d0687f78badef.tar.gz freebsd-ports-gnome-0515f27c4037308740c8ee18836d0687f78badef.tar.zst freebsd-ports-gnome-0515f27c4037308740c8ee18836d0687f78badef.zip |
Chase increased version number of libxmms.
Diffstat (limited to 'misc')
-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 3f473fa542ce..bbcd72a0a612 100644 --- a/misc/xosd/Makefile +++ b/misc/xosd/Makefile @@ -16,7 +16,7 @@ MAINTAINER= perky@python.or.kr LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt .if defined(WITH_XMMS) -LIB_DEPENDS+= xmms.1:${PORTSDIR}/audio/xmms +LIB_DEPENDS+= xmms.2:${PORTSDIR}/audio/xmms .endif XMMS_CONFIG?= ${X11BASE}/bin/xmms-config |