aboutsummaryrefslogtreecommitdiff
path: root/multimedia/py-mlt
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-11-22 21:56:37 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-11-22 21:56:37 +0000
commitdaac768104221950a0ecef0d41e0c4d73f86645b (patch)
tree05b289bd5773df2dc5def55cb9b62d98f3e0e3f0 /multimedia/py-mlt
parentda8927498eee438bc40ce9e80c6a6182690b8fe4 (diff)
downloadports-daac768104221950a0ecef0d41e0c4d73f86645b.tar.gz
ports-daac768104221950a0ecef0d41e0c4d73f86645b.zip
Add explicit build dependency on the python symlink, right now they rely on
it being provided by x11-toolkits/gtk20
Notes
Notes: svn path=/head/; revision=426869
Diffstat (limited to 'multimedia/py-mlt')
-rw-r--r--multimedia/py-mlt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/py-mlt/Makefile b/multimedia/py-mlt/Makefile
index 65ae44a0ba64..a91249a265dd 100644
--- a/multimedia/py-mlt/Makefile
+++ b/multimedia/py-mlt/Makefile
@@ -12,7 +12,8 @@ LICENSE= GPLv2
LICENSE_COMB= single
LIB_DEPENDS= libmlt.so:${MASTER_PORT}
-BUILD_DEPENDS= swig:devel/swig13
+BUILD_DEPENDS= swig:devel/swig13 \
+ python:lang/python
USES= python:2
MASTERDIR= ${.CURDIR:H:H}/multimedia/mlt