diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-06-21 15:35:23 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-06-21 15:35:23 +0000 |
commit | 0515f27c4037308740c8ee18836d0687f78badef (patch) | |
tree | 34e00e2a3c5f5fd0fc4c9c79fa97129508fb0419 /misc/xosd | |
parent | 30ca9d3caad51326cfd8933440d44b5b7b5a5e93 (diff) | |
download | FreeBSD-ports-0515f27c4037308740c8ee18836d0687f78badef.zip FreeBSD-ports-0515f27c4037308740c8ee18836d0687f78badef.tar.gz |
Chase increased version number of libxmms.
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 3f473fa..bbcd72a 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 |