diff options
Diffstat (limited to 'audio/bmp-crossfade/Makefile')
-rw-r--r-- | audio/bmp-crossfade/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/bmp-crossfade/Makefile b/audio/bmp-crossfade/Makefile index 9783362901b2..2333f2d729c8 100644 --- a/audio/bmp-crossfade/Makefile +++ b/audio/bmp-crossfade/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ APP= bmp -LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player +LIB_DEPENDS= libbeep.so:${PORTSDIR}/multimedia/beep-media-player NO_STAGE= yes MASTERDIR= ${.CURDIR}/../xmms-crossfade |