diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-10 20:48:45 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-10 20:48:45 +0000 |
commit | a021c1b8c05d90d44a7f031d0b5ee85c32d0b9ea (patch) | |
tree | 0bfafd8b940b1068dff867abd0a486ec4d7ee5c6 /multimedia | |
parent | f4b5a9883bcd59b1a495cb8f7c3a7c70e75bc6d9 (diff) |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer1-libav/Makefile | 2 | ||||
-rw-r--r-- | multimedia/rox-videothumbnail/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/gstreamer1-libav/Makefile b/multimedia/gstreamer1-libav/Makefile index bf122afa7d62..39e3d84afda8 100644 --- a/multimedia/gstreamer1-libav/Makefile +++ b/multimedia/gstreamer1-libav/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= liborc-0.4.so:devel/orc \ PORTSCOUT= limitw:1,even USES= compiler:features gettext-runtime gmake libtool localbase \ - pkgconfig tar:xz + pkgconfig python:build tar:xz USE_LDCONFIG= yes USE_GSTREAMER1= yes USE_GNOME= glib20 diff --git a/multimedia/rox-videothumbnail/Makefile b/multimedia/rox-videothumbnail/Makefile index d479e5e8a94b..916b53d9a26b 100644 --- a/multimedia/rox-videothumbnail/Makefile +++ b/multimedia/rox-videothumbnail/Makefile @@ -11,11 +11,11 @@ MAINTAINER= olgeni@FreeBSD.org COMMENT= Video thumbnail provider for the ROX file manager RUN_DEPENDS= ${LOCALBASE}/bin/rox:x11-fm/rox-filer \ - ${LOCALBASE}/lib/ROX-Lib2/python/rox/__init__.py:devel/py-roxlib + ${PYTHON_PKGNAMEPREFIX}roxlib>=0:devel/py-roxlib WRKSRC= ${WRKDIR}/VideoThumbnail -USES= python +USES= python:2.7 do-build: @${PYTHON_CMD} -m compileall ${WRKSRC} |