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 | |
parent | This patch is no longer needed as postgresql installs include (diff) |
Chase xmms shlib major #.
PR: 36253
Submitted by: Norikatsu Shigemura <FreeBSD-gnats-submit@freebsd.org>
Approved by: maintainer
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 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 |