diff options
author | oliver <oliver@FreeBSD.org> | 2008-02-28 13:41:17 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2008-02-28 13:41:17 +0800 |
commit | dc59b73890084d9167a6896a051e1da44cec5758 (patch) | |
tree | c87732d8029d1c9eba73d7ed3f14782bde7590d1 /audio/audacious-crossfade | |
parent | 9af1b25f8281aa5329d8fc8aab9f33aca85e6f83 (diff) | |
download | freebsd-ports-gnome-dc59b73890084d9167a6896a051e1da44cec5758.tar.gz freebsd-ports-gnome-dc59b73890084d9167a6896a051e1da44cec5758.tar.zst freebsd-ports-gnome-dc59b73890084d9167a6896a051e1da44cec5758.zip |
welcome audacious 1.4!
Diffstat (limited to 'audio/audacious-crossfade')
-rw-r--r-- | audio/audacious-crossfade/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/audacious-crossfade/Makefile b/audio/audacious-crossfade/Makefile index 531dff7bbc94..6c5af8ab76fb 100644 --- a/audio/audacious-crossfade/Makefile +++ b/audio/audacious-crossfade/Makefile @@ -6,8 +6,8 @@ # APP= audacious -LIB_DEPENDS= audacious.5:${PORTSDIR}/multimedia/audacious -BUILD_DEPENDS= ${LOCALBASE}/lib/audacious/General/libalarm.so:${PORTSDIR}/multimedia/audacious-plugins +LIB_DEPENDS= audclient.1:${PORTSDIR}/multimedia/audacious +BUILD_DEPENDS= ${LOCALBASE}/lib/audacious/General/alarm.so:${PORTSDIR}/multimedia/audacious-plugins CPPFLAGS+= -I${LOCALBASE}/include/glib-2.0 -I${LOCALBASE}/include/gtk-2.0 \ -I${LOCALBASE}/include/cairo -I${LOCALBASE}/include/pango-1.0 \ -I${LOCALBASE}/include/atk-1.0 |