diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-03-26 08:02:40 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-03-26 08:02:40 +0000 |
commit | 20488a7cef7d30d102a976cbb69bc8d373664cde (patch) | |
tree | d08c523040d176cd2587ece34290115dc584bf74 /misc/xosd | |
parent | f64a71a9f587c7e6e6d620d10ebd6c7bded7145a (diff) | |
download | ports-20488a7cef7d30d102a976cbb69bc8d373664cde.tar.gz ports-20488a7cef7d30d102a976cbb69bc8d373664cde.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 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 |