diff options
author | novel <novel@FreeBSD.org> | 2008-04-24 13:46:05 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2008-04-24 13:46:05 +0800 |
commit | a22b98d7f5f8396c9643284e7dfba02f736dc925 (patch) | |
tree | 9f03e0a742ef4c6680119d935b422175e1773077 /sysutils/conky-awesome | |
parent | 8adddebefbe27f5a08f071e706ab70797baf7b44 (diff) | |
download | freebsd-ports-gnome-a22b98d7f5f8396c9643284e7dfba02f736dc925.tar.gz freebsd-ports-gnome-a22b98d7f5f8396c9643284e7dfba02f736dc925.tar.zst freebsd-ports-gnome-a22b98d7f5f8396c9643284e7dfba02f736dc925.zip |
Chase audio/xmms2 shlib version bump.
PR: 123024
Submitted by: Amaury Gauthier <amauryamaury@gmail.com>
Diffstat (limited to 'sysutils/conky-awesome')
-rw-r--r-- | sysutils/conky-awesome/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/conky-awesome/Makefile b/sysutils/conky-awesome/Makefile index 8c6eb34997a4..70d41eeb7d2e 100644 --- a/sysutils/conky-awesome/Makefile +++ b/sysutils/conky-awesome/Makefile @@ -67,7 +67,7 @@ CONFIGURE_ARGS+= --disable-mpd .endif .if defined(WITH_XMMS2) -LIB_DEPENDS+= xmmsclient.2:${PORTSDIR}/audio/xmms2 +LIB_DEPENDS+= xmmsclient.3:${PORTSDIR}/audio/xmms2 CONFIGURE_ARGS+= --enable-xmms2 .else CONFIGURE_ARGS+= --disable-xmms2 |