diff options
Diffstat (limited to 'multimedia/ffmpeg2theora/Makefile')
-rw-r--r-- | multimedia/ffmpeg2theora/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/ffmpeg2theora/Makefile b/multimedia/ffmpeg2theora/Makefile index 3baa0159edd7..47ebd27add3c 100644 --- a/multimedia/ffmpeg2theora/Makefile +++ b/multimedia/ffmpeg2theora/Makefile @@ -12,9 +12,9 @@ COMMENT= Reencode many media file formats to Ogg Theora LICENSE= GPLv3 -LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \ - libkate.so:${PORTSDIR}/multimedia/libkate \ - libtheora.so:${PORTSDIR}/multimedia/libtheora +LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ + libkate.so:multimedia/libkate \ + libtheora.so:multimedia/libtheora USES= iconv pkgconfig scons tar:bzip2 MAKE_ARGS= APPEND_CCFLAGS="${CFLAGS} ${CPPFLAGS}" \ |