diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-24 14:31:46 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-24 14:31:46 +0800 |
commit | 1094fb4caa6c1e6ee1c7f5b6bf686fe4f6e1b8d6 (patch) | |
tree | 17ec7ab90e13007a47a811c547df9bf3add65cb6 /multimedia | |
parent | 10822aad64c3769e5bbc801adda68e8ffee4894d (diff) | |
download | marcuscom-ports-1094fb4caa6c1e6ee1c7f5b6bf686fe4f6e1b8d6.tar.gz marcuscom-ports-1094fb4caa6c1e6ee1c7f5b6bf686fe4f6e1b8d6.tar.zst marcuscom-ports-1094fb4caa6c1e6ee1c7f5b6bf686fe4f6e1b8d6.zip |
The libquvi-scripts port seems to need lua at run time.
Reported by: kwm
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19683 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libquvi-scripts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/libquvi-scripts/Makefile b/multimedia/libquvi-scripts/Makefile index 964aacb8f..6ed45cffa 100644 --- a/multimedia/libquvi-scripts/Makefile +++ b/multimedia/libquvi-scripts/Makefile @@ -22,7 +22,7 @@ OPTIONS_DEFINE= NSFW OPTIONS_SUB= yes NSFW_DESC= Enable adult website support -USES= pathfix tar:xz +USES= lua:run pathfix tar:xz GNU_CONFIGURE= yes QUVI_VER= 0.9.20131130 |