aboutsummaryrefslogtreecommitdiff
path: root/multimedia/py-ffmpeg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/py-ffmpeg/Makefile')
-rw-r--r--multimedia/py-ffmpeg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/py-ffmpeg/Makefile b/multimedia/py-ffmpeg/Makefile
index 1473807e2417..a7fcfc61ebcc 100644
--- a/multimedia/py-ffmpeg/Makefile
+++ b/multimedia/py-ffmpeg/Makefile
@@ -16,8 +16,8 @@ COMMENT= Python bindings for FFmpeg
LICENSE= LGPL20 LGPL21 LGPL3
LICENSE_COMB= dual
-BUILD_DEPENDS= cython:${PORTSDIR}/lang/cython
-LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg
+BUILD_DEPENDS= cython:lang/cython
+LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg
MAKE_ENV= FFMPEG_LIBRARIES="SDL SDL_mixer" FFMPEG_LIBRARY_DIRS=${LOCALBASE}/lib \
FFMPEG_INCLUDES=${LOCALBASE}/include/SDL FFMPEG_ROOT=${LOCALBASE}