aboutsummaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg2theora
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
commit8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch)
treed3548a0f08ca434f11cb4415a93d98037409413b /multimedia/ffmpeg2theora
parenta9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff)
downloadports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz
ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip
Notes
Diffstat (limited to 'multimedia/ffmpeg2theora')
-rw-r--r--multimedia/ffmpeg2theora/Makefile6
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}" \