diff options
Diffstat (limited to 'comms/ebook2cw/Makefile')
-rw-r--r-- | comms/ebook2cw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/ebook2cw/Makefile b/comms/ebook2cw/Makefile index d67df758fbfe..6c86c4493408 100644 --- a/comms/ebook2cw/Makefile +++ b/comms/ebook2cw/Makefile @@ -10,8 +10,8 @@ MASTER_SITE_SUBDIR= db MAINTAINER= db@FreeBSD.org COMMENT= Convert text files into cw as an mp3 or ogg file -LIB_DEPENDS= mp3lame:${PORTSDIR}/audio/lame \ - vorbis:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS= libmp3lame.so:${PORTSDIR}/audio/lame \ + libvorbis.so:${PORTSDIR}/audio/libvorbis MAN1= ebook2cw.1 |