diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-21 15:35:23 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-21 15:35:23 +0000 |
commit | 2f3bb8957e9e762b04102f8ef828c70cb58ca8f9 (patch) | |
tree | 7e9e30d2df8f9b189446a88a8789db27091d311d /misc/xosd | |
parent | d500f8b6fd46c14f95fe0410f1c726fdf3172595 (diff) | |
download | ports-2f3bb8957e9e762b04102f8ef828c70cb58ca8f9.tar.gz ports-2f3bb8957e9e762b04102f8ef828c70cb58ca8f9.zip |
Notes
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 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 |