diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-03-04 21:13:30 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-03-04 21:13:30 +0000 |
commit | 2ea0034a980862d03d9effb5aa8e7295afbb838c (patch) | |
tree | 0db3ff24d1ce1f4ae0fd435e605dd66f844e72e7 /audio/audacious-crossfade | |
parent | 2c7fdf45a7193589e05726b84e098e8811b6f8fb (diff) |
Notes
Diffstat (limited to 'audio/audacious-crossfade')
-rw-r--r-- | audio/audacious-crossfade/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/audacious-crossfade/Makefile b/audio/audacious-crossfade/Makefile index e43984fe21a7..531dff7bbc94 100644 --- a/audio/audacious-crossfade/Makefile +++ b/audio/audacious-crossfade/Makefile @@ -5,10 +5,8 @@ # $FreeBSD$ # -PORTREVISION= 1 - APP= audacious -LIB_DEPENDS= audacious.4:${PORTSDIR}/multimedia/audacious +LIB_DEPENDS= audacious.5:${PORTSDIR}/multimedia/audacious BUILD_DEPENDS= ${LOCALBASE}/lib/audacious/General/libalarm.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 \ |