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 fa09a311b696..a6cf129bab92 100644 --- a/comms/ebook2cw/Makefile +++ b/comms/ebook2cw/Makefile @@ -11,8 +11,8 @@ COMMENT= Convert text files into cw as an mp3 or ogg file LICENSE= GPLv2 -LIB_DEPENDS= libmp3lame.so:${PORTSDIR}/audio/lame \ - libvorbis.so:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS= libmp3lame.so:audio/lame \ + libvorbis.so:audio/libvorbis OPTIONS_DEFINE= DOCS EXAMPLES |