diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 17:22:07 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 17:22:07 +0000 |
commit | 1727182e5d2f80a6075c8866a50222205844f161 (patch) | |
tree | 577b09eeae346e5ff08999e6b5c40c95539bd57f /multimedia/rox-videothumbnail | |
parent | 306e66af5d83697a761205698232bca9aa68ef19 (diff) | |
download | ports-1727182e5d2f80a6075c8866a50222205844f161.tar.gz ports-1727182e5d2f80a6075c8866a50222205844f161.zip |
Notes
Diffstat (limited to 'multimedia/rox-videothumbnail')
-rw-r--r-- | multimedia/rox-videothumbnail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/rox-videothumbnail/Makefile b/multimedia/rox-videothumbnail/Makefile index de61e717028d..043f40c72428 100644 --- a/multimedia/rox-videothumbnail/Makefile +++ b/multimedia/rox-videothumbnail/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/rox:${PORTSDIR}/x11-fm/rox-filer \ WRKSRC= ${WRKDIR}/VideoThumbnail -USE_PYTHON= yes +USES= python do-build: @${PYTHON_CMD} -m compileall ${WRKSRC} |